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 8b1e61b commit 4b70d6bCopy full SHA for 4b70d6b
.github/workflows/dispatch.yml
@@ -41,7 +41,7 @@ jobs:
41
tox
42
43
- name: Upload Coverage to Codecov
44
- uses: "codecov/codecov-action@v4"
+ uses: "codecov/codecov-action@v5"
45
with:
46
fail_ci_if_error: true
47
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
48
49
50
0 commit comments