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:
257257 run : cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)
258258
259259 - name : Upload PHAR
260- uses : actions/upload-artifact@v3
260+ uses : actions/upload-artifact@v4
261261 with :
262262 name : phpunit-snapshot-phar
263+ overwrite : true
263264 path : ./build/artifacts/phpunit-snapshot.phar
264265 retention-days : 7
265266
@@ -307,7 +308,7 @@ jobs:
307308 java-version : 11
308309
309310 - name : Download PHAR
310- uses : actions/download-artifact@v3
311+ uses : actions/download-artifact@v4
311312 with :
312313 name : phpunit-snapshot-phar
313314 path : ./build/artifacts/
@@ -360,7 +361,7 @@ jobs:
360361 java-version : 11
361362
362363 - name : Download PHAR
363- uses : actions/download-artifact@v3
364+ uses : actions/download-artifact@v4
364365 with :
365366 name : phpunit-snapshot-phar
366367 path : ./build/artifacts/
You can’t perform that action at this time.
0 commit comments