Skip to content

Commit ae7f548

Browse files
Use 'files' input for codecov/codecov-action v5 in PHPUnit action.yml. (#20649)
1 parent 66d9db1 commit ae7f548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/phpunit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ runs:
125125
if: ${{ !cancelled() && inputs.coverage-driver != 'none' }}
126126
uses: codecov/codecov-action@v5
127127
with:
128+
files: ./${{ inputs.coverage-file }}
128129
token: ${{ inputs.coverage-token }}
129-
file: ./${{ inputs.coverage-file }}

0 commit comments

Comments
 (0)