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 9d4bce0 commit 6ceeda0Copy full SHA for 6ceeda0
.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