We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b0380 commit 011ec6bCopy full SHA for 011ec6b
.github/workflows/continuous-integration.yml
@@ -115,7 +115,7 @@ jobs:
115
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
116
117
- name: "Upload coverage file"
118
- uses: "actions/upload-artifact@v4"
+ uses: "actions/upload-artifact@v5"
119
with:
120
name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}.coverage"
121
path: "coverage.xml"
0 commit comments