We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b323b9d + bbf3444 commit 4a29feaCopy full SHA for 4a29fea
1 file changed
.github/workflows/python-package.yml
@@ -47,7 +47,7 @@ jobs:
47
python test/acid.py --pycodestyle= --line-range 289 925 test/vectors_example.py
48
python test/test_suite.py
49
- name: Upload coverage to Codecov
50
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
51
if: matrix.python-version == 3.13 && success()
52
with:
53
fail_ci_if_error: true
0 commit comments