From 7aa30afa7f4bd3b6f4821ad3768e1c9d93c8f0c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:13:47 -0600 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4 to 5 (#1237) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5ca40ed3..0a9e9db5 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -36,7 +36,7 @@ jobs: - uses: oven-sh/setup-bun@v2 - name: pnpm test:coverage run: pnpm test:coverage -- --reporter=default --reporter=hanging-process - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} windows-tests: