From 595f523f0c8e787baf4fbdb604ea2d9551e32242 Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Wed, 6 Nov 2024 18:54:34 +0100 Subject: [PATCH 1/2] Corrected upload-artifact --- .github/workflows/website-deploy-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-deploy-preview.yml b/.github/workflows/website-deploy-preview.yml index 6383226c20..fd3699e24c 100644 --- a/.github/workflows/website-deploy-preview.yml +++ b/.github/workflows/website-deploy-preview.yml @@ -30,7 +30,7 @@ jobs: REACT_APP_SITE_DESCRIPTION: ${{ secrets.REACT_APP_SITE_DESCRIPTION }} REACT_APP_INSTRUMENTATION_KEY: ${{ secrets.REACT_APP_INSTRUMENTATION_KEY }} - name: Publish Artifact - uses: actions/upload-artifact@4 + uses: actions/upload-artifact@v4 with: name: website-build path: ${{ github.workspace }}/generator/build @@ -43,7 +43,7 @@ jobs: name: Deploy to Preview needs: build steps: - - uses: actions/download-artifact@4 + - uses: actions/download-artifact@v4 with: name: website-build - name: Deploy to Preview Azure Static Web App From 740c21b3933fc3d1924894a15bd3a56e3c534dcc Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Wed, 6 Nov 2024 18:54:34 +0100 Subject: [PATCH 2/2] Corrected upload-artifact --- .github/workflows/website-deploy-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-deploy-preview.yml b/.github/workflows/website-deploy-preview.yml index 6383226c20..fd3699e24c 100644 --- a/.github/workflows/website-deploy-preview.yml +++ b/.github/workflows/website-deploy-preview.yml @@ -30,7 +30,7 @@ jobs: REACT_APP_SITE_DESCRIPTION: ${{ secrets.REACT_APP_SITE_DESCRIPTION }} REACT_APP_INSTRUMENTATION_KEY: ${{ secrets.REACT_APP_INSTRUMENTATION_KEY }} - name: Publish Artifact - uses: actions/upload-artifact@4 + uses: actions/upload-artifact@v4 with: name: website-build path: ${{ github.workspace }}/generator/build @@ -43,7 +43,7 @@ jobs: name: Deploy to Preview needs: build steps: - - uses: actions/download-artifact@4 + - uses: actions/download-artifact@v4 with: name: website-build - name: Deploy to Preview Azure Static Web App