From 3eea38b79a35651b8852d76ea58981141febbfe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:58:35 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 (#91) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 6614b0f..aed8c4f 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -60,7 +60,7 @@ jobs: path: ./.coverage-html - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./cobertura.xml fail_ci_if_error: true