From afd123fe9b8fe0983f61393d66e20fb814091607 Mon Sep 17 00:00:00 2001 From: Jessie Wei Date: Fri, 7 Feb 2025 08:02:04 +1100 Subject: [PATCH] build: Update version of actions/deploy-pages --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c683fa1..5d30c43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,9 +39,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 - with: - artifact_name: "github-pages" + uses: actions/deploy-pages@v4 release: needs: deploy runs-on: ubuntu-latest