Skip to content

Commit

Permalink
Merge pull request #119 from SukiCZ/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5.0.7

Bump codecov/codecov-action from 5.0.4 to 5.0.7
  • Loading branch information
SukiCZ authored Nov 21, 2024
2 parents 99ec965 + 0c88b02 commit 8a64800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Upload coverage to Codecov
if: ${{ github.ref == 'refs/heads/master' }}
uses: codecov/[email protected].4
uses: codecov/[email protected].7
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 8a64800

Please sign in to comment.