From bed09d762b03436ae3ae3e035cd7a6e6a034bc8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:02:19 +0000 Subject: [PATCH] chore(deps): 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 b15dd53..d27fcd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Upload coverage to Codecov # Do not run coverage if it's a fork since it won't get access to secrets if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: file: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }}