diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d332ff..3c9a612 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,11 +57,11 @@ jobs: # Upload the book's HTML as an artifact - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: "dhlab_workshop/_build/html" # Deploy the book's HTML to GitHub Pages - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4