From e223bf54dd0ed416712df7e26b273cd9fa96a843 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 05:07:48 +0000 Subject: [PATCH] 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 b51f1a0..e74dcae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - name: Upload coverage results to Codecov continue-on-error: true - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: build/logs/clover.xml