Skip to content

Commit

Permalink
Update ci.yml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Apr 26, 2024
1 parent 00dc75d commit 0267701
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
sdk: [stable, beta, dev]

steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1.3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}

Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:

- name: Upload code coverage
if: ${{ matrix.sdk == 'stable' && matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0267701

Please sign in to comment.