mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
update artifact actions versions
This commit is contained in:
4
.github/workflows/artifact-php-laravel.yml
vendored
4
.github/workflows/artifact-php-laravel.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Build Artifact
|
- name: Build Artifact
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
rm -rf ./deploy/'PHP Laravel Example'/public/assets/document-formats/.git
|
rm -rf ./deploy/'PHP Laravel Example'/public/assets/document-formats/.git
|
||||||
rm -rf ./deploy/'PHP Laravel Example'/public/assets/document-templates/.git
|
rm -rf ./deploy/'PHP Laravel Example'/public/assets/document-templates/.git
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: PHP-Laravel.Example
|
name: PHP-Laravel.Example
|
||||||
path: ${{ github.workspace }}/web/documentserver-example/php-laravel/deploy
|
path: ${{ github.workspace }}/web/documentserver-example/php-laravel/deploy
|
||||||
Reference in New Issue
Block a user