From 0f2812036924c542c1330b79f11e130657b3f700 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 23:53:06 +0900 Subject: Update actions/upload-pages-artifact and actions/deploy-pages versions --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index 109ebd9..f424925 100644 --- a/action.yml +++ b/action.yml @@ -63,11 +63,11 @@ runs: shell: bash - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: "./ui/standalone/out" - name: Deploy to GitHub Pages if: ${{ inputs.deploy-to-pages == 'true' }} id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 -- cgit