We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2430391 + 361a5de commit 040e6b9Copy full SHA for 040e6b9
.github/workflows/ci.yaml
@@ -255,9 +255,10 @@ jobs:
255
run: cat build/artifacts/phpunit-snapshot.phar | grep -q PHPUnit\\\\DeepCopy\\\\Exception\\\\CloneException || (echo "phpunit-snapshot.phar is not scoped." && false)
256
257
- name: Upload PHAR
258
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
259
with:
260
name: phpunit-snapshot-phar
261
+ overwrite: true
262
path: ./build/artifacts/phpunit-snapshot.phar
263
retention-days: 7
264
@@ -309,7 +310,7 @@ jobs:
309
310
java-version: 11
311
312
- name: Download PHAR
- uses: actions/download-artifact@v3
313
+ uses: actions/download-artifact@v4
314
315
316
path: ./build/artifacts/
0 commit comments