diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f80bad01..c2ba4623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,10 +245,10 @@ jobs: - name: Upload docs as pages artifact if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v1 with: path: target/doc - name: Deploy to GitHub Pages if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v2