File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -181,13 +181,13 @@ jobs:
181181 run : make phpinsights
182182
183183 - name : Archive Psalm results (psalm.json)
184- uses : actions/upload-artifact@v4.4.3
184+ uses : actions/upload-artifact@v4.6.1
185185 with :
186186 name : psalm.json
187187 path : ./build/psalm.json
188188
189189 - name : Archive `phploc` results (phploc.json)
190- uses : actions/upload-artifact@v4.4.3
190+ uses : actions/upload-artifact@v4.6.1
191191 with :
192192 name : phploc.json
193193 path : ./build/phploc.json
@@ -293,25 +293,25 @@ jobs:
293293 run : make phpmetrics
294294
295295 - name : Archive code coverage results (clover.xml)
296- uses : actions/upload-artifact@v4.4.3
296+ uses : actions/upload-artifact@v4.6.1
297297 with :
298298 name : clover.xml
299299 path : ./build/logs/clover.xml
300300
301301 - name : Archive code coverage results (junit.xml)
302- uses : actions/upload-artifact@v4.4.3
302+ uses : actions/upload-artifact@v4.6.1
303303 with :
304304 name : junit.xml
305305 path : ./build/logs/junit.xml
306306
307307 - name : Archive Code Coverage
308- uses : actions/upload-artifact@v4.4.3
308+ uses : actions/upload-artifact@v4.6.1
309309 with :
310310 name : CodeCoverage
311311 path : ./build/report
312312
313313 - name : Archive PhpMetrics results
314- uses : actions/upload-artifact@v4.4.3
314+ uses : actions/upload-artifact@v4.6.1
315315 with :
316316 name : PhpMetrics
317317 path : ./build/phpmetrics
You can’t perform that action at this time.
0 commit comments