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 caa82d9 commit ac92b07Copy full SHA for ac92b07
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: "Upload coverage to Codecov"
54
if: "contains(env.USING_COVERAGE, matrix.python-version) && matrix.platform == 'ubuntu-latest'"
55
- uses: "codecov/codecov-action@v1"
+ uses: "codecov/codecov-action@v3"
56
with:
57
fail_ci_if_error: true
58
0 commit comments