From d963d4e282e8be6d7f73654926fc510deaa32280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 11:09:32 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45c7544b..b170446e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: - name: Run tests run: pnpm test:unit - name: Collect coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: success() with: token: ${{ secrets.CODECOV_TOKEN }}