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 5af9515 commit 7355626Copy full SHA for 7355626
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: "Upload coverage to Codecov"
58
if: ${{ runner.os == 'Linux' && matrix.python-version == '3.9' }}
59
- uses: codecov/codecov-action@v4.3.0
+ uses: codecov/codecov-action@v4.5.0
60
with:
61
token: ${{ secrets.CODECOV_TOKEN }}
62
fail_ci_if_error: true
0 commit comments