We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b032353 commit 0116fc6Copy full SHA for 0116fc6
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: "Upload coverage to Codecov"
57
if: "contains(env.USING_COVERAGE, matrix.python-version) && matrix.platform == 'ubuntu-latest'"
58
- uses: "codecov/codecov-action@v4"
+ uses: "codecov/codecov-action@v5"
59
with:
60
fail_ci_if_error: true
61
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments