Skip to content

Commit 1e299f3

Browse files
authored
Update docs-build.yaml to use v6 actions/download-artifact (#295)
/not-latest Signed-off-by: Andrew Chen <[email protected]>
1 parent f824e42 commit 1e299f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
git config user.name docs-build
141141
git config user.email [email protected]
142142
- name: Download artifacts
143-
uses: actions/download-artifact@v4
143+
uses: actions/download-artifact@v6
144144
with:
145145
name: html-build-artifact
146146
- name: Copy HTML directories

0 commit comments

Comments
 (0)