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 22bf253 commit 2e25a7dCopy full SHA for 2e25a7d
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
55
56
- name: "Upload coverage file"
57
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
58
with:
59
name: "phpunit-${{ matrix.dependency-versions }}-${{ matrix.php-version }}.coverage"
60
path: "coverage.xml"
@@ -118,7 +118,7 @@ jobs:
118
fetch-depth: 2
119
120
- name: "Download coverage files"
121
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
122
123
path: "reports"
124
0 commit comments