There was an error while loading. Please reload this page.
2 parents 55736ef + e77f603 commit a94ee6aCopy full SHA for a94ee6a
1 file changed
.github/workflows/tests.yml
@@ -117,7 +117,7 @@ jobs:
117
run: composer test:coverage
118
119
- name: Upload coverage report
120
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
121
with:
122
name: code-coverage-report
123
path: .build/coverage/clover.xml
@@ -134,7 +134,7 @@ jobs:
134
135
- name: Download coverage artifact
136
id: download
137
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
138
139
140
0 commit comments