Skip to content

Commit c50ccf5

Browse files
committed
ci: update Box for releases
1 parent a80faa2 commit c50ccf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
run: composer install --prefer-dist --no-interaction --no-progress --ansi
2626

2727
- name: Download box.phar
28-
run: wget -O box.phar https://github.com/humbug/box/releases/download/4.5.1/box.phar
28+
run: wget -O box.phar https://github.com/humbug/box/releases/download/4.6.2/box.phar
2929

3030
- name: Compile project
3131
run: php ./box.phar compile
3232

3333
- name: Create Release
34-
uses: softprops/action-gh-release@v1
34+
uses: softprops/action-gh-release@v2
3535
with:
3636
name: Release ${{ github.ref_name }}
3737
body: ''

0 commit comments

Comments
 (0)