From ae5194c9b303b85b244cf0a84ac369b521249c36 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Fri, 2 Feb 2024 21:57:06 +0800 Subject: [PATCH] fix: Use actions/deploy-pages@v4 https://github.com/actions/upload-pages-artifact/pull/80 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a02f85c..1a1a2ef 100644 --- a/action.yml +++ b/action.yml @@ -112,5 +112,5 @@ runs: - id: deployment name: Deploy to GitHub Pages - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 if: ${{ inputs.publish == 'true' }}