We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6025a commit 8bcda61Copy full SHA for 8bcda61
1 file changed
.github/workflows/python-test.yaml
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Upload coverage
91
if: steps.cache.outputs.should-run == 'true'
92
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
93
continue-on-error: true
94
with:
95
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments