We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0151b commit 57811d8Copy full SHA for 57811d8
1 file changed
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
88
89
- name: "Upload coverage file"
90
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
91
with:
92
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
93
path: "coverage.xml"
@@ -105,7 +105,7 @@ jobs:
105
fetch-depth: 2
106
107
- name: "Download coverage files"
108
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
109
110
path: "reports"
111
0 commit comments