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 246def1 commit 1e96971Copy full SHA for 1e96971
.github/workflows/ci.yaml
@@ -62,7 +62,7 @@ jobs:
62
run: poetry run invoke test
63
- name: Upload Coverage
64
if: steps.tests-with-coverage.conclusion == 'success'
65
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
66
with:
67
token: ${{ secrets.CODECOV_TOKEN }}
68
0 commit comments