From ae7f54835c6e91b4dda188d6da31422b74241fac Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Wed, 29 Oct 2025 10:15:49 -0300 Subject: [PATCH] Use 'files' input for codecov/codecov-action `v5` in PHPUnit `action.yml`. (#20649) --- .github/actions/phpunit/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/phpunit/action.yml b/.github/actions/phpunit/action.yml index 03ab3607fd..6d4b24e782 100644 --- a/.github/actions/phpunit/action.yml +++ b/.github/actions/phpunit/action.yml @@ -125,5 +125,5 @@ runs: if: ${{ !cancelled() && inputs.coverage-driver != 'none' }} uses: codecov/codecov-action@v5 with: + files: ./${{ inputs.coverage-file }} token: ${{ inputs.coverage-token }} - file: ./${{ inputs.coverage-file }}