From 02f0537eec2e9b75c87904f32c074df772d3ca4b Mon Sep 17 00:00:00 2001 From: shiro Date: Wed, 27 Mar 2024 15:06:08 +0900 Subject: [PATCH] Update CI --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c1e58d7..943bfae 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: BASE_PATH: /my-app/ - name: upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v3.0.1 with: path: '.output/public' @@ -44,4 +44,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4.0.5