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