Skip to content

Commit

Permalink
Bump codecov plugin version to version 4.5.0
Browse files Browse the repository at this point in the history
This version includes fix codecov/codecov-action#1471
which should end the codecov upload errors due to throttling.
  • Loading branch information
Bronek committed Jun 24, 2024
1 parent ef02893 commit 46f217f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: upload coverage report
uses: wandalen/wretry.action@v1.4.10
with:
action: codecov/codecov-action@v4.3.0
action: codecov/codecov-action@v4.5.0
with: |
files: coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 46f217f

Please sign in to comment.