We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4cf14 commit a4f9432Copy full SHA for a4f9432
1 file changed
.github/workflows/python-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Run tests
61
run: hatch test --python ${{ matrix.python-version }} --cover --randomize --retries 2 --retry-delay 1
62
63
- - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
64
with:
65
name: "build-${{ matrix.python-version }}"
66
fail_ci_if_error: true
0 commit comments