From ace4def0e4a4f35a9906b7183df60db3c753b321 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:59:15 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/backend.yml | 2 +- .github/workflows/frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 802421f86..956853114 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -56,7 +56,7 @@ jobs: working-directory: backend run: CGO_ENABLED=0 go build -buildmode pie -buildvcs=false - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./backend/coverage diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 93c640946..5df4ba258 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -42,7 +42,7 @@ jobs: - name: Coverage run: pnpm run coverage - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./frontend/coverage