Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
JonasWanke authored Feb 7, 2024
2 parents bbdd85f + 4021f6a commit b086654
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 b086654

Please sign in to comment.