From b5cbcea2a37f8a08b80cca44b33473fab145bb75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:07:18 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58f03852b..25a55dd3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: run: pnpm test:ci - name: Upload test coverage info - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 build: runs-on: ubuntu-latest