We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e15ef commit ec26a34Copy full SHA for ec26a34
.github/workflows/ci-test.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Upload coverage reports to Codecov
85
if: matrix.python-version == env.TARGET_PYTHON_VERSION && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
86
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
87
with:
88
fail_ci_if_error: true
89
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments