From 09e365ceea8975ef95f2502879223dcdd8534d00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:31:26 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.6.0 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 a41ab6183..f33af6a66 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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 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 697a146e2..aea72d6d4 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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 with: directory: backend/coverage flags: backend, unit-tests, backend-unit-tests - name: Upload frontend coverage if: "${{ matrix.coverage == true }}" - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 with: directory: frontend/coverage flags: frontend, unit-tests, frontend-unit-tests