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 5a9ea4c commit 5d51a30Copy full SHA for 5d51a30
.github/workflows/continuous-integration.yml
@@ -84,7 +84,7 @@ jobs:
84
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
85
86
- name: "Upload coverage file"
87
- uses: "actions/upload-artifact@v2"
+ uses: "actions/upload-artifact@v4"
88
with:
89
name: "phpunit-${{ matrix.php-version }}-${{ matrix.deps }}-${{ hashFiles('composer.lock') }}.coverage"
90
path: "coverage.xml"
0 commit comments