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 0355e2b commit 8612674Copy full SHA for 8612674
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
60
61
- name: "Upload coverage file"
62
- uses: "actions/upload-artifact@v2"
+ uses: "actions/upload-artifact@v4"
63
with:
64
name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}.coverage"
65
path: "coverage.xml"
0 commit comments