From cf1f043291219145ce54f3dd59d4511433d27ed1 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 17 Dec 2023 13:19:59 +0100 Subject: [PATCH] Downgraded the artifact download in pages (#465) V4 artifact download can't download v2 pages artifacts download --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 183f878..6f1331b 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -56,7 +56,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - run: echo "Deployment URL = ${{ steps.deployment.outputs.page_url }}" - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 with: name: github-pages - name: Deploy to GitHub Pages