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 ba4a08a commit 6616825Copy full SHA for 6616825
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
composer test -- --coverage-clover=coverage.xml
53
54
- name: Upload coverage file
55
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
56
with:
57
name: phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage
58
path: coverage.xml
@@ -70,7 +70,7 @@ jobs:
70
fetch-depth: 2
71
72
- name: Download coverage files
73
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
74
75
path: reports
76
0 commit comments