Skip to content

Commit 4a29fea

Browse files
authored
Merge pull request #798 from hhatto/dependabot/github_actions/codecov/codecov-action-6.0.1
Bump codecov/codecov-action from 6.0.0 to 6.0.1
2 parents b323b9d + bbf3444 commit 4a29fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python test/acid.py --pycodestyle= --line-range 289 925 test/vectors_example.py
4848
python test/test_suite.py
4949
- name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
50+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
5151
if: matrix.python-version == 3.13 && success()
5252
with:
5353
fail_ci_if_error: true

0 commit comments

Comments
 (0)