Merge pull request 'chore(deps): update codecov/codecov-action action to v4' (#14) from renovate/codecov-codecov-action-4.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #14
This commit is contained in:
commit
57fbb7db5a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
|
||||
- name: Upload to Codecov
|
||||
if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
file: cobertura.xml
|
||||
|
||||
|
|
Loading…
Reference in a new issue