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