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 cfbb6f5 commit cc152faCopy full SHA for cc152fa
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: make test
40
41
- name: Upload to Codecov
42
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
43
with:
44
files: coverage.txt
45
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments