Use 'files' input for codecov/codecov-action v5 in PHPUnit action.yml. (#20649)

This commit is contained in:
Wilmer Arambula
2025-10-29 10:15:49 -03:00
committed by GitHub
parent 66d9db17bc
commit ae7f54835c

View File

@@ -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 }}