File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,23 +60,23 @@ jobs:
6060 url : ${{ steps.deployment.outputs.page_url }}
6161 steps :
6262 - name : Download default site
63- uses : actions/download-artifact@v4
63+ uses : actions/download-artifact@v8
6464 with :
6565 name : all-fragments
6666 path : target/generated-asciidoc
6767 # take the all- package to be the top-level
6868 - name : Download Linux site
69- uses : actions/download-artifact@v4
69+ uses : actions/download-artifact@v8
7070 with :
7171 name : linux-fragments
7272 path : target/generated-asciidoc/linux
7373 - name : Download Mac site
74- uses : actions/download-artifact@v4
74+ uses : actions/download-artifact@v8
7575 with :
7676 name : mac-fragments
7777 path : target/generated-asciidoc/mac
7878 - name : Download Windows site
79- uses : actions/download-artifact@v4
79+ uses : actions/download-artifact@v8
8080 with :
8181 name : windows-fragments
8282 path : target/generated-asciidoc/windows
Original file line number Diff line number Diff line change 1414 if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1515 steps :
1616 - name : Download PR Artifact
17- uses : actions/download-artifact@v4
17+ uses : actions/download-artifact@v8
1818 with :
1919 run-id : ${{ github.event.workflow_run.id }}
2020 name : site
You can’t perform that action at this time.
0 commit comments