Skip to content

Commit

Permalink
Merge pull request #3 from JonasWanke/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
JonasWanke authored Feb 7, 2024
2 parents 36a29e6 + 9d6df2f commit 377b234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- run: dart pub global activate coverage ^1.0.0
- run: dart pub global run coverage:test_with_coverage

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

lint:
name: Lint
Expand Down

0 comments on commit 377b234

Please sign in to comment.