Skip to content

Commit f21065f

Browse files
authored
ci: fix download-artifact fork not existing (#658)
1 parent 4bb0fd0 commit f21065f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- run: mkdir -p ./docs
7777
- name: Download the new documents artifact
78-
uses: runloopai/download-artifact@main
78+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
7979
with:
8080
name: newdocumentation
8181
- run: tar -xf newdocumentation.tar ./docs -C ./docs

0 commit comments

Comments
 (0)