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 2deee98 commit 65b6db8Copy full SHA for 65b6db8
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: "Upload coverage to Codecov"
60
if: ${{ runner.os == 'Linux' && matrix.python-version == '3.9' }}
61
- uses: codecov/codecov-action@v5.2.0
+ uses: codecov/codecov-action@v5.3.0
62
with:
63
token: ${{ secrets.CODECOV_TOKEN }}
64
fail_ci_if_error: true
0 commit comments