Skip to content

Commit f363c40

Browse files
jrfnlgrogy
authored andcommitted
GH Actions: fix download URL for box
Looks like the box project has moved organisations, so let's update the URL used to download the PHAR. As GitHub will automatically redirect moved URLs, I'm only pulling this to the `develop` branch.
1 parent 2350459 commit f363c40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
# Note: do NOT turn on the requirement checker in the box config as it is no longer
4444
# compatible with PHP < 7.2.
4545
- name: Install Box
46-
run: wget https://github.com/humbug/box/releases/latest/download/box.phar -O box.phar && chmod 0755 box.phar && pwd
46+
run: wget https://github.com/box-project/box/releases/latest/download/box.phar -O box.phar && chmod 0755 box.phar && pwd
4747

4848
- name: Validate configuration
4949
run: php box.phar validate -i box.json
5050

5151
- name: Building binary...
5252
run: php box.phar compile -v --config=box.json
5353

54-
- name: Show info about the build phar with humbug/box
54+
- name: Show info about the build phar with box-project/box
5555
run: php box.phar info -l parallel-lint.phar
5656

5757
- uses: actions/upload-artifact@v3

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666
# Note: do NOT turn on the requirement checker in the box config as it is no longer
6767
# compatible with PHP < 7.2.
6868
- name: Install Box
69-
run: wget https://github.com/humbug/box/releases/latest/download/box.phar -O box.phar && chmod 0755 box.phar && pwd
69+
run: wget https://github.com/box-project/box/releases/latest/download/box.phar -O box.phar && chmod 0755 box.phar && pwd
7070

7171
- name: Validate configuration
7272
run: php box.phar validate -i box.json
7373

7474
- name: Building binary...
7575
run: php box.phar compile -v --config=box.json
7676

77-
- name: Show info about the build phar with humbug/box
77+
- name: Show info about the build phar with box-project/box
7878
run: php box.phar info -l parallel-lint.phar
7979

8080
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)