chore(deps): update codecov/codecov-action action to v4
This commit is contained in:
parent
2b119adab2
commit
f7405f18ed
2
.github/workflows/_python.yml
vendored
2
.github/workflows/_python.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
working-directory: ${{ inputs.context }}
|
||||
|
||||
- name: Report coverage
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: ${{ inputs.context }}/coverage.xml
|
||||
flags: ${{ inputs.context }}
|
||||
|
||||
2
.github/workflows/api.yml
vendored
2
.github/workflows/api.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
working-directory: api
|
||||
|
||||
- name: Report coverage
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: api/coverage.xml
|
||||
flags: api
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user