We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5226ae commit 6d1c652Copy full SHA for 6d1c652
.github/workflows/run-tox.yml
@@ -62,7 +62,7 @@ jobs:
62
with:
63
report_paths: 'reports/pytest-*.xml'
64
- name: Upload to codecov
65
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
66
67
fail_ci_if_error: false
68
directory: ./reports
0 commit comments