We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cc5f7 commit caa2592Copy full SHA for caa2592
.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