From 3710aa0b3ebdbbfabdea93d6f34ced8f88ac2ac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 05:39:56 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/workflows/pull-request-checks-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks-workflow.yml b/.github/workflows/pull-request-checks-workflow.yml index 62f4902..5a45d85 100644 --- a/.github/workflows/pull-request-checks-workflow.yml +++ b/.github/workflows/pull-request-checks-workflow.yml @@ -59,7 +59,7 @@ jobs: run: deno task test:all --coverage - name: 🛫 Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: false verbose: true