We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eeb593 + 9103e4c commit cc20283Copy full SHA for cc20283
1 file changed
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
run: make tests
49
50
- name: Upload coverage to Codecov
51
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }}
54
files: ${{github.workspace}}/coverage/coverage.xml
0 commit comments