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 995c85d commit 830dccdCopy full SHA for 830dccd
1 file changed
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Upload coverage to Codecov
82
if: github.event_name == 'push'
83
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
84
with:
85
fail_ci_if_error: false
86
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments