We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7577727 + 31dbb3e commit 05c9aa0Copy full SHA for 05c9aa0
1 file changed
.github/workflows/build.yaml
@@ -70,7 +70,7 @@ jobs:
70
if: ${{ matrix.os == 'ubuntu-latest' }}
71
72
- name: Upload coverage
73
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
74
with:
75
token: ${{ secrets.CODECOV_TOKEN }}
76
0 commit comments