From ef0a76e47c97937e6117092c9f8fefd97d47a597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:27:33 +0000 Subject: [PATCH] chore(devdeps): update codecov/codecov-action action to v5.4.3 --- .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 d5cdce91f..fbe3cfc43 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@v5.4.2 + - uses: codecov/codecov-action@v5.4.3 with: files: packages/**/coverage/cobertura-coverage.xml token: ${{ secrets.CODECOV_TOKEN }}