chore(deps): update codecov/codecov-action action to v4
Some checks are pending
ci/woodpecker/pull_request_closed/woodpecker Pipeline is pending
Some checks are pending
ci/woodpecker/pull_request_closed/woodpecker Pipeline is pending
This commit is contained in:
parent
7df7b619a0
commit
38271243ac
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