From 99914dcfb04456c17af4709d7de4f710dd7a4039 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:34:22 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6 --- .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 2384544..6698056 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -90,7 +90,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage report to Codecov - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 if: matrix.php-versions == '8.3' && matrix.deps == 'normal' && env.CODECOV_TOKEN != '' with: files: .logs/phpunit/cobertura.xml,.logs/behat/cobertura.xml