From 83b1c73e6f4a5653c4162de135463cc58a02988e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 26 Mar 2024 10:44:58 +0100 Subject: [PATCH] ci: Downgrade pages deploy actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01e32db7..f80bad01 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@v3 + uses: actions/upload-pages-artifact@v2 with: path: target/doc - name: Deploy to GitHub Pages if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v3