Skip to content

Commit

Permalink
Merge pull request #773 from hhatto/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
hhatto authored Dec 28, 2024
2 parents e66c807 + cdcb3cb commit 5b9a953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python test/acid.py --pycodestyle= --line-range 289 925 test/vectors_example.py
python test/test_suite.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: (matrix.python-version == 3.11 || matrix.python-version == 3.12) && success()
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 5b9a953

Please sign in to comment.