From 25a3a157c8ee2aa792bb1d72d8beed7d0667518f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:02:08 +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 }}