From fed6a723e99eb4e6228db8ccca24822731a8af3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:12:18 +0100 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 ce89fb4..5b34804 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - run: pnpm test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: files: node_modules/.coverage/lcov.info fail_ci_if_error: true