We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec66f4b commit f098263Copy full SHA for f098263
1 file changed
.github/workflows/python-tests.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Upload test results to Codecov
70
if: ${{ !cancelled() }}
71
- uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.0.0
+ uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
72
with:
73
name: build-${{ matrix.python-version }}
74
fail_ci_if_error: true
0 commit comments