From 46af7256d1d8009355931be01b7734968be72d23 Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:02:49 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=B7=A5=E4=BB=B6=E7=9A=84=20GitHub=20Actions=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=87=B3=20v2=EF=BC=8C=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E6=AD=A5=E9=AA=A4=E8=87=B3=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 748a67b..01cc2a6 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -43,7 +43,7 @@ jobs: > src/.vuepress/dist/.nojekyll - name: 上传工件 - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v2 with: path: src/.vuepress/dist retention-days: 1 @@ -60,4 +60,4 @@ jobs: steps: - name: 部署到 GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v3 \ No newline at end of file