Skip to content

Commit 2acacfd

Browse files
authored
Merge pull request #119 from jolicode/fix-phar-upload
Fix GA phar upload
2 parents 6789c25 + 44b3e73 commit 2acacfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-phar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: ./.github/actions/phar
2020

2121
- name: Upload the PHAR
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: 'jolinotif'
2525
path: tools/phar/build/jolinotif.phar

0 commit comments

Comments
 (0)