From ec2aaa86f7a118c0691440560049361765650381 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:47:52 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.5.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 8aced28d3..323185b84 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@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2 + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.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 cd176123a..1563cd512 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@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2 + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: directory: backend/coverage flags: backend, unit-tests, backend-unit-tests - name: Upload frontend coverage if: "${{ matrix.coverage == true }}" - uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2 + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: directory: frontend/coverage flags: frontend, unit-tests, frontend-unit-tests