chore(deps): update codecov/codecov-action action to v4

This commit is contained in:
renovate[bot] 2024-02-05 01:53:43 +00:00
parent 2b119adab2
commit f7405f18ed
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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