We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d23bd3 commit b460d0bCopy full SHA for b460d0b
1 file changed
.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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
+ uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
66
with:
67
token: ${{ secrets.CODECOV_TOKEN }}
68
0 commit comments