Update to actions/upload-artifact@v4
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
run: php -dphar.readonly=0 vendor/bin/phar-builder package
|
||||
|
||||
- name: Upload phar
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: acme-client.phar
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user