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 4bdfb9d commit 4aa56e5Copy full SHA for 4aa56e5
1 file changed
.github/workflows/continuous-integration.yml
@@ -46,7 +46,7 @@ jobs:
46
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
47
48
- name: "Upload coverage file"
49
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
50
with:
51
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
52
path: "coverage.xml"
@@ -64,7 +64,7 @@ jobs:
64
fetch-depth: 2
65
66
- name: "Download coverage files"
67
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
68
69
path: "reports"
70
0 commit comments