We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bac52e commit 03e205fCopy full SHA for 03e205f
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Upload coverage
38
if: success()
39
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
40
with:
41
token: ${{ secrets.CODECOV_TOKEN }}
42
fail_ci_if_error: true
0 commit comments