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 f4d5ba8 commit d8d6379Copy full SHA for d8d6379
.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@v4
+ uses: actions/upload-artifact@v5
63
with:
64
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
65
path: "coverage.xml"
@@ -77,7 +77,7 @@ jobs:
77
fetch-depth: 2
78
79
- name: "Download coverage files"
80
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
81
82
path: "reports"
83
0 commit comments