Skip to content

Commit d0f85cc

Browse files
Github Config
1 parent e48e619 commit d0f85cc

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/phar-build.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ jobs:
2525
run: composer install --no-dev --optimize-autoloader
2626

2727
- name: Build PHAR
28-
run: |
29-
composer global require humbug/box
30-
~/.composer/vendor/bin/box compile -c box.json.dist
28+
run: composer build-phar
3129

3230
- name: Upload PHAR artifact
33-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3432
with:
3533
name: phpcca.phar
3634
path: phpcca.phar
@@ -42,7 +40,7 @@ jobs:
4240

4341
steps:
4442
- name: Download PHAR artifact
45-
uses: actions/download-artifact@v3
43+
uses: actions/download-artifact@v4
4644
with:
4745
name: phpcca.phar
4846

0 commit comments

Comments
 (0)