File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -257,9 +257,10 @@ jobs:
257
257
run : cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)
258
258
259
259
- name : Upload PHAR
260
- uses : actions/upload-artifact@v3
260
+ uses : actions/upload-artifact@v4
261
261
with :
262
262
name : phpunit-snapshot-phar
263
+ overwrite : true
263
264
path : ./build/artifacts/phpunit-snapshot.phar
264
265
retention-days : 7
265
266
@@ -307,7 +308,7 @@ jobs:
307
308
java-version : 11
308
309
309
310
- name : Download PHAR
310
- uses : actions/download-artifact@v3
311
+ uses : actions/download-artifact@v4
311
312
with :
312
313
name : phpunit-snapshot-phar
313
314
path : ./build/artifacts/
@@ -360,7 +361,7 @@ jobs:
360
361
java-version : 11
361
362
362
363
- name : Download PHAR
363
- uses : actions/download-artifact@v3
364
+ uses : actions/download-artifact@v4
364
365
with :
365
366
name : phpunit-snapshot-phar
366
367
path : ./build/artifacts/
You can’t perform that action at this time.
0 commit comments