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.
2 parents acf4e91 + f795644 commit 5ea1ed6Copy full SHA for 5ea1ed6
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@v5
+ - uses: codecov/codecov-action@v6
27
with:
28
token: ${{ secrets.CODECOV_TOKEN }}
29
- if: startsWith(github.ref, 'refs/tags/v')
0 commit comments