Skip to content

Commit 1b2186f

Browse files
committed
Use new binaries
1 parent 49463e9 commit 1b2186f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo chmod +x pharbuilder
2020
./pharbuilder -i . -o InvMenu.phar
2121
- name: Upload
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: InvMenu
2525
path: InvMenu.phar

.github/workflows/phpstan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- name: Download PHP Release
1414
uses: dsaltares/fetch-gh-release-asset@1.1.1
1515
with:
16-
file: PHP-Linux-x86_64-PM5.tar.gz
16+
file: PHP-8.3-Linux-x86_64-PM5.tar.gz
1717
repo: NetherGamesMC/php-build-scripts
18-
version: "tags/php-8.3-latest"
18+
version: "tags/pm5-php-8.3-latest"
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
- name: Unpack PHP Release
21-
run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
21+
run: tar -xzvf PHP-8.3-Linux-x86_64-PM5.tar.gz
2222
- name: Download Composer
2323
run: curl -o composer.phar "https://getcomposer.org/composer-stable.phar"
2424
- name: Add Composer GitHub access token

0 commit comments

Comments
 (0)