From 2884aead3d80524c21cd304f7dba6767e67affcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:31:28 +0000 Subject: [PATCH] chore(devdeps): update codecov/codecov-action action to v5.0.7 --- .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 c900f73d88..85a37fa887 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@v5.0.0 + - uses: codecov/codecov-action@v5.0.7 with: # files: packages/**/coverage/cobertura-coverage.xmls token: ${{ secrets.CODECOV_TOKEN }}