From 3d058364f4a128a9eea986069809e1d96e70c07a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:18:04 +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 716e1e1..83f83df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.php == '8.3' && matrix.deps == 'highest' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: coverage.xml fail_ci_if_error: false