We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3af5cf + 6ba72e1 commit 967a984Copy full SHA for 967a984
.github/workflows/pythontest.yml
@@ -32,6 +32,6 @@ jobs:
32
run: tox -e py3 -- --cov-report=xml
33
34
- name: Upload coverage to Codecov
35
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
36
with:
37
fail_ci_if_error: false
0 commit comments