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:
renovate[bot] 2024-11-14 14:10:08 -06:00 committed by GitHub
parent bf177f2487
commit 2eee8009f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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')