Skip to content

Commit 3490978

Browse files
committed
Update to actions/upload-artifact@v4
1 parent 5c9165d commit 3490978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: php -dphar.readonly=0 vendor/bin/phar-builder package
7575

7676
- name: Upload phar
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: acme-client.phar
8080
path: |

0 commit comments

Comments
 (0)