From ec6a7518eca8fcaa56b7ba03e8d25ed4a20ef0a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 17:00:36 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/ci-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index e4c83b4dc..9631d4e52 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -50,7 +50,7 @@ jobs: run: pnpm coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}