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