mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-06 01:37:28 +02:00
Downgraded the artifact download in pages (#465)
V4 artifact download can't download v2 pages artifacts download
This commit is contained in:
parent
fd16ed6752
commit
cf1f043291
2
.github/workflows/documentation.yaml
vendored
2
.github/workflows/documentation.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user