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 d4394b0 + 7937d23 commit fcd4474Copy full SHA for fcd4474
.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@v9
+ uses: dawidd6/action-download-artifact@v10
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