From 574ce7463c7cbf3faa31f2ff5c1441da87f34a00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 20:37:22 +0000 Subject: [PATCH] chore(devdeps): update codecov/codecov-action action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e877fd5a1..d14f8f42a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - run: pnpm nx fix-ci if: always() - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: directory: ./packages/ token: ${{ secrets.CODECOV_TOKEN }}