diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b8e6389..c3c231a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,12 +39,12 @@ jobs: run: mkdocs build - name: Deploy to GitHub Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: "site" - name: Deploy GitHub Pages - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file