Skip to content

Commit

Permalink
Merge pull request #363 from maciejhirsz/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4

chore(deps): bump codecov/codecov-action from 2 to 4
  • Loading branch information
jeertmans authored Feb 7, 2024
2 parents a0653b7 + c3316fd commit 1c25140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true

0 comments on commit 1c25140

Please sign in to comment.