From 9e2498289a437fc8f131f5f43b1eb643635206f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:13:59 +0000 Subject: [PATCH] chore(devdeps): update codecov/codecov-action action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 137af3302..362112f8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - run: pnpm install - run: pnpm run build - run: pnpm run test:coverage - - uses: codecov/codecov-action@v4.6.0 + - uses: codecov/codecov-action@v5.0.2 with: files: packages/**/coverage/cobertura-coverage.xml token: ${{ secrets.CODECOV_TOKEN }}