From c7408d824fb4b72491f9d44c207c89f071888109 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 01:52:58 +0000 Subject: [PATCH] Update GitHub Actions: Codecov 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 58612cf..0d90448 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: run: npx nx run-many --target test -- --ci --coverage - name: Codecov - uses: codecov/codecov-action@v5.5.4 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} directory: coverage