From 8a64635fd8362ad95e111aa52128bfd6733d21c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 19:06:34 +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 183c33ae22..c900f73d88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - run: | pnpm install pnpm run test:unit:coverage - - uses: codecov/codecov-action@v4.6.0 + - uses: codecov/codecov-action@v5.0.0 with: # files: packages/**/coverage/cobertura-coverage.xmls token: ${{ secrets.CODECOV_TOKEN }}