From 4d7ac27b8558f1d5533b74fdd12f507ebbec10b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:32:54 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index dfba3eb8..8abbd0b7 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -34,4 +34,4 @@ jobs: - run: pnpm run format:check - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 02f3f54f..f4e86ef1 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -34,7 +34,7 @@ jobs: - run: pnpm run build - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 generate-docs: runs-on: ubuntu-latest