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 6bbe5ec commit d64ffe3Copy full SHA for d64ffe3
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
46
47
- name: "Upload coverage file"
48
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
49
with:
50
name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage"
51
path: "coverage.xml"
@@ -63,7 +63,7 @@ jobs:
63
fetch-depth: 2
64
65
- name: "Download coverage files"
66
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
67
68
path: "reports"
69
0 commit comments