mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-13 09:50:56 +08:00
Use 'files' input for codecov/codecov-action v5 in PHPUnit action.yml. (#20649)
This commit is contained in:
2
.github/actions/phpunit/action.yml
vendored
2
.github/actions/phpunit/action.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user