From 7709ec62d4bc4f86711eb745b421fd45774f3694 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 31 Jan 2025 14:29:05 -0700 Subject: [PATCH] Fix CI --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9475100..2bcbb95 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: run: pnpm run repo - name: Setup GitHub Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v1 @@ -46,4 +46,4 @@ jobs: path: ./repo - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4