From 10483d5654a77a45a616f051e081b398f84ca87d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:02:37 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 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 37c4facaa..2a5d68516 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@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./backend/coverage diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index c972f789a..f5bd93a61 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@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./frontend/coverage