Skip to content

Commit 361a5de

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Update actions/upload-artifact and actions/download-artifact
1 parent cc5ba96 commit 361a5de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)