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 d088386 commit 9f29015Copy full SHA for 9f29015
.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