diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8644c01..6d8a3c9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: - name: Create .nojekyll run: touch docs/html/.nojekyll - name: Upload documentation - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: docs/html Deploy: @@ -47,4 +47,4 @@ jobs: steps: - name: Deploy documentation id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file