From 85e7d76822e3a7b0b8785d07aa00e1f0eddb0d3e Mon Sep 17 00:00:00 2001 From: MrCoder Date: Tue, 17 Dec 2024 16:57:25 +1100 Subject: [PATCH] ci: downgrade actions/upload-pages-artifact to v3 - Change the version of actions/upload-pages-artifact from v4 to v3 in the GitHub Actions workflow - This downgrade may be necessary to ensure compatibility or resolve issues with the newer version --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 91d5b7e7..6dfe9371 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -105,7 +105,7 @@ jobs: - name: Build the site for demo page and embed view run: pnpm build:gh-pages - name: Upload artifact for pages - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: ./dist - name: Upload artifact for embed view