From 2bab4f6669fb5f01c583aa127e586b02ae282fa5 Mon Sep 17 00:00:00 2001 From: "Jorge Thomas (Akrista)" <23145794+Akrista@users.noreply.github.com> Date: Mon, 6 May 2024 14:48:01 -0400 Subject: [PATCH] Fix: Deploy correct actions/upload-pages-artifact version --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 67e2f6d..845bad8 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -55,7 +55,7 @@ jobs: --base "${{ steps.pages.outputs.base_path }}" working-directory: ${{ env.BUILD_PATH }} - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: ${{ env.BUILD_PATH }}/dist deploy: