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.
1 parent e48e619 commit d0f85ccCopy full SHA for d0f85cc
1 file changed
.github/workflows/phar-build.yaml
@@ -25,12 +25,10 @@ jobs:
25
run: composer install --no-dev --optimize-autoloader
26
27
- name: Build PHAR
28
- run: |
29
- composer global require humbug/box
30
- ~/.composer/vendor/bin/box compile -c box.json.dist
+ run: composer build-phar
31
32
- name: Upload PHAR artifact
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
with:
35
name: phpcca.phar
36
path: phpcca.phar
@@ -42,7 +40,7 @@ jobs:
42
40
43
41
steps:
44
- name: Download PHAR artifact
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
46
47
48
0 commit comments