We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b7e332 + 106edda commit 7ff91c8Copy full SHA for 7ff91c8
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Upload coverage report
45
if: always()
46
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
47
with:
48
name: clover-php-${{ matrix.php }}
49
path: build/logs/clover.xml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Upload mutation report
57
58
59
60
name: infection-php-${{ matrix.php }}
61
path: build/logs/infection.*
0 commit comments