From 5a847f19b23c59d5d4372a7cf89e4b56be8bd7af Mon Sep 17 00:00:00 2001 From: Robin Sving Date: Sun, 19 May 2024 22:43:17 +0200 Subject: [PATCH] Deploy with newer actions --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fb867e986..a9320756c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,14 +20,14 @@ jobs: source: content page_title: "The Crimson World" - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 deploy: runs-on: ubuntu-latest needs: build steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v3 environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} \ No newline at end of file