Skip to content

Commit d78acb8

Browse files
committed
Fix docs deploy build
We have to use dawidd6/action-download-artifact to download artifacts from another workflow.
1 parent a3b4d27 commit d78acb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs-deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
name: docs-deploy
1313
steps:
1414
- name: Download Artifact
15-
uses: actions/download-artifact@v4
15+
uses: dawidd6/action-download-artifact@v2
1616
with:
17+
workflow: docs-build.yml
1718
name: docs-build
1819

1920
# Note, the gh-pages deployment requires setting up a SSH deploy key.

0 commit comments

Comments
 (0)