chore(deps): update codecov/codecov-action action to v4
This commit is contained in:
parent
2b119adab2
commit
f7405f18ed
|
@ -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 }}
|
||||||
|
|
|
@ -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…
Reference in New Issue