diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index b1186cd3..6d8db38e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -42,7 +42,7 @@ jobs: - name: Build documentation run: python -m sphinx docs dist/html - name: Upload documentation archive - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: 'dist/html' - name: Deploy to GitHub Pages