From 2b3f18f7351e65ec3f214de2f16c8d3200e85b21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 17:02:10 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/test-and-build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index f21c9fe5a..dc189a3a5 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -46,7 +46,7 @@ jobs: TURBO_TEAM: ${{ vars.TURBO_TEAM }} - name: Upload coverage - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 + uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: directory: backend/coverage-e2e flags: backend, e2e-tests, backend-e2e-tests diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index fa5637c59..702224d28 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -59,14 +59,14 @@ jobs: - name: Upload backend coverage if: "${{ matrix.coverage == true }}" - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 + uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: directory: backend/coverage flags: backend, unit-tests, backend-unit-tests - name: Upload frontend coverage if: "${{ matrix.coverage == true }}" - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 + uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: directory: frontend/coverage flags: frontend, unit-tests, frontend-unit-tests