Downgraded the artifact download in pages (#465)

V4 artifact download can't download v2 pages artifacts download
This commit is contained in:
Philipp Horstenkamp 2023-12-17 13:19:59 +01:00 committed by GitHub
parent fd16ed6752
commit cf1f043291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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