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 8156d97 commit a80f219Copy full SHA for a80f219
1 file changed
.github/workflows/build.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Run unit tests
42
run: make test
43
- name: Upload coverage to codecov.io
44
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
45
env:
46
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments