We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5af7a41 + 1084830 commit ec3d28cCopy full SHA for ec3d28c
.github/workflows/build-book.yaml
@@ -95,7 +95,7 @@ jobs:
95
- name: Download code artifact
96
id: get_code_artifact
97
if: inputs.build_from_code_artifact == 'true'
98
- uses: dawidd6/action-download-artifact@v8
+ uses: dawidd6/action-download-artifact@v9
99
with:
100
github_token: ${{ secrets.GITHUB_TOKEN }}
101
workflow: ${{ inputs.workflow }}
.github/workflows/deploy-book.yaml
@@ -43,7 +43,7 @@ jobs:
43
# because the artifact is created by a different workflow
44
- name: Download preview artifact
45
if: inputs.is_preview == 'true'
46
47
48
49
workflow: build-book.yaml
0 commit comments