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 68da981 commit 366f7e3Copy full SHA for 366f7e3
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Upload coverage to Codecov
24
# Do not run coverage if it's a fork since it won't get access to secrets
25
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
26
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v6
27
with:
28
file: ./coverage.txt
29
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments