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