Commit ca05c02 1 parent 2af12e4 commit ca05c02 Copy full SHA for ca05c02
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -181,13 +181,13 @@ jobs:
181
181
run : make phpinsights
182
182
183
183
- name : Archive Psalm results (psalm.json)
184
- uses : actions/upload-artifact@v4.4.3
184
+ uses : actions/upload-artifact@v4.6.1
185
185
with :
186
186
name : psalm.json
187
187
path : ./build/psalm.json
188
188
189
189
- name : Archive `phploc` results (phploc.json)
190
- uses : actions/upload-artifact@v4.4.3
190
+ uses : actions/upload-artifact@v4.6.1
191
191
with :
192
192
name : phploc.json
193
193
path : ./build/phploc.json
@@ -293,25 +293,25 @@ jobs:
293
293
run : make phpmetrics
294
294
295
295
- name : Archive code coverage results (clover.xml)
296
- uses : actions/upload-artifact@v4.4.3
296
+ uses : actions/upload-artifact@v4.6.1
297
297
with :
298
298
name : clover.xml
299
299
path : ./build/logs/clover.xml
300
300
301
301
- name : Archive code coverage results (junit.xml)
302
- uses : actions/upload-artifact@v4.4.3
302
+ uses : actions/upload-artifact@v4.6.1
303
303
with :
304
304
name : junit.xml
305
305
path : ./build/logs/junit.xml
306
306
307
307
- name : Archive Code Coverage
308
- uses : actions/upload-artifact@v4.4.3
308
+ uses : actions/upload-artifact@v4.6.1
309
309
with :
310
310
name : CodeCoverage
311
311
path : ./build/report
312
312
313
313
- name : Archive PhpMetrics results
314
- uses : actions/upload-artifact@v4.4.3
314
+ uses : actions/upload-artifact@v4.6.1
315
315
with :
316
316
name : PhpMetrics
317
317
path : ./build/phpmetrics
You can’t perform that action at this time.
0 commit comments