From ed820163fa944d22553696ae88360fa459bfe157 Mon Sep 17 00:00:00 2001 From: pavlosb Date: Tue, 8 Oct 2024 10:28:13 +0300 Subject: [PATCH] Update master_itin.yml --- .github/workflows/master_itin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master_itin.yml b/.github/workflows/master_itin.yml index d4cfcfb7..88748a08 100644 --- a/.github/workflows/master_itin.yml +++ b/.github/workflows/master_itin.yml @@ -32,7 +32,7 @@ jobs: run: composer validate --no-check-publish && composer install --prefer-dist --no-progress - name: Upload artifact for deployment job - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: php-app path: . @@ -46,12 +46,12 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: php-app - name: 'Deploy to Azure Web App' - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 id: deploy-to-webapp with: app-name: 'itin'