From f87c7c11cf27fb3693d5f1df2619772e08e18a00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 23:03:05 +0000 Subject: [PATCH] chore(devdeps): update codecov/codecov-action action to v4.3.1 --- .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 d949bf266..cc01ea4e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - run: pnpm install - run: pnpm run build - run: pnpm run test:coverage - - uses: codecov/codecov-action@v4.3.0 + - uses: codecov/codecov-action@v4.3.1 with: files: packages/**/coverage/cobertura-coverage.xml token: ${{ secrets.CODECOV_TOKEN }}