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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-10 17:02:10 +00:00 committed by Tilman Vatteroth
parent 9e63419dff
commit 2b3f18f735
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ jobs:
TURBO_TEAM: ${{ vars.TURBO_TEAM }} TURBO_TEAM: ${{ vars.TURBO_TEAM }}
- name: Upload coverage - name: Upload coverage
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
with: with:
directory: backend/coverage-e2e directory: backend/coverage-e2e
flags: backend, e2e-tests, backend-e2e-tests flags: backend, e2e-tests, backend-e2e-tests

View file

@ -59,14 +59,14 @@ jobs:
- name: Upload backend coverage - name: Upload backend coverage
if: "${{ matrix.coverage == true }}" if: "${{ matrix.coverage == true }}"
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
with: with:
directory: backend/coverage directory: backend/coverage
flags: backend, unit-tests, backend-unit-tests flags: backend, unit-tests, backend-unit-tests
- name: Upload frontend coverage - name: Upload frontend coverage
if: "${{ matrix.coverage == true }}" if: "${{ matrix.coverage == true }}"
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
with: with:
directory: frontend/coverage directory: frontend/coverage
flags: frontend, unit-tests, frontend-unit-tests flags: frontend, unit-tests, frontend-unit-tests