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.
2 parents ddba09c + 0eadb6f commit 04681f3Copy full SHA for 04681f3
.github/workflows/continuous-integration.yml
@@ -75,7 +75,7 @@ jobs:
75
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
76
77
- name: "Upload coverage file"
78
- uses: "actions/upload-artifact@v4"
+ uses: "actions/upload-artifact@v5"
79
with:
80
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.stability }}-${{ matrix.php-version }}.coverage"
81
path: "coverage.xml"
0 commit comments