Skip to content

Commit 4ec815e

Browse files
committed
Update distribute workflow to latest box release
1 parent bc9bb8c commit 4ec815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: composer install --no-progress --prefer-dist --optimize-autoloader
3535

3636
- name: Install Box Phar bundler
37-
run: wget --quiet https://github.com/box-project/box/releases/download/4.5.1/box.phar && sudo mv box.phar /usr/bin/box && sudo chmod u+x /usr/bin/box
37+
run: wget --quiet https://github.com/box-project/box/releases/download/4.6.1/box.phar && sudo mv box.phar /usr/bin/box && sudo chmod u+x /usr/bin/box
3838
shell: bash
3939

4040
- name: Build PHAR

0 commit comments

Comments
 (0)