We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 482660c + 6c44a9b commit c6ba721Copy full SHA for c6ba721
1 file changed
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
run: make tests
47
48
- name: Upload coverage to Codecov
49
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
52
files: ${{github.workspace}}/src/coverage/coverage.xml
0 commit comments