chore(deps): update codecov/codecov-action action to v5 (#732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bf177f2487
commit
2eee8009f3
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- run: make download-tools
|
- run: make download-tools
|
||||||
- run: make test
|
- run: make test
|
||||||
- run: make check-ci
|
- run: make check-ci
|
||||||
- uses: codecov/codecov-action@v4
|
- uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
- if: startsWith(github.ref, 'refs/tags/v')
|
- if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue