Skip to content

Commit 040e6b9

Browse files
Merge branch '8.5' into 9.6
2 parents 2430391 + 361a5de commit 040e6b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,10 @@ jobs:
255255
run: cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)
256256

257257
- name: Upload PHAR
258-
uses: actions/upload-artifact@v3
258+
uses: actions/upload-artifact@v4
259259
with:
260260
name: phpunit-snapshot-phar
261+
overwrite: true
261262
path: ./build/artifacts/phpunit-snapshot.phar
262263
retention-days: 7
263264

@@ -309,7 +310,7 @@ jobs:
309310
java-version: 11
310311

311312
- name: Download PHAR
312-
uses: actions/download-artifact@v3
313+
uses: actions/download-artifact@v4
313314
with:
314315
name: phpunit-snapshot-phar
315316
path: ./build/artifacts/

0 commit comments

Comments
 (0)