From a100f4737b8a3c289160dd902339d13e2a938f94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:04:19 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c93174..29f61e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,4 +52,4 @@ jobs: - name: test run: pnpm run test:coverage - name: codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 765e3f4..be9e33f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,4 +59,4 @@ jobs: --ci - name: codecov # Perform after version publishing if: steps.test.outcome == 'success' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7