diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2307f28..f1e62cf 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -44,9 +44,9 @@ jobs: run: | echo "" > ./public/index.html; - name: Upload Documentation Artifact to GitHub Pages - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: public - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file