From ef5e3361cdb0c4b0ef0f8795a649be95696aaaa6 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 20 Dec 2023 14:22:44 +0000 Subject: [PATCH] update upload-pages-artifact and deploy-pages actions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d183d04..79863d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -202,7 +202,7 @@ jobs: # Create a gh-pages artifact in order to deploy to gh-pages. - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v1.0.7 + uses: actions/upload-pages-artifact@v3 with: # Path of the directory containing the static assets for our gh pages deployment. path: ${{ env.DEPLOY_DIR }} # optional, default is _site/ @@ -234,4 +234,4 @@ jobs: # Deployment to github pages - name: Deploy GitHub Pages site id: deployment - uses: actions/deploy-pages@v3.0.0 + uses: actions/deploy-pages@v4