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 bf177f2 commit 2eee800Copy full SHA for 2eee800
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: make download-tools
24
- run: make test
25
- run: make check-ci
26
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
27
with:
28
token: ${{ secrets.CODECOV_TOKEN }}
29
- if: startsWith(github.ref, 'refs/tags/v')
0 commit comments