From 246b2aaea91567629683e055b5ea6c30d89fb012 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:55:25 -0800 Subject: [PATCH] Bump more actions --- .github/workflows/website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e5dc3898..6a73451b 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -55,12 +55,12 @@ jobs: run: yarn run build - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: # Upload entire repository path: './website/dist' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4