From 5e47e8904a50030e978befee05ebd2fee4fe290a Mon Sep 17 00:00:00 2001 From: Serik Ibragimov Date: Thu, 1 Aug 2024 13:59:11 +0500 Subject: [PATCH] update artifact actions versions --- .github/workflows/artifact-php-laravel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact-php-laravel.yml b/.github/workflows/artifact-php-laravel.yml index 9f08e961..030f3fc7 100644 --- a/.github/workflows/artifact-php-laravel.yml +++ b/.github/workflows/artifact-php-laravel.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build Artifact run: | 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-templates/.git - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: PHP-Laravel.Example path: ${{ github.workspace }}/web/documentserver-example/php-laravel/deploy \ No newline at end of file