We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f929142 commit c4b6e7eCopy full SHA for c4b6e7e
.github/workflows/ci.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@v5"
+ uses: "actions/upload-artifact@v6"
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@v6"
+ uses: "actions/download-artifact@v7"
68
69
path: "reports"
70
0 commit comments