Skip to content

Commit acfe99c

Browse files
authored
Apply suggestions from code review
1 parent c50e5a7 commit acfe99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4 # deploy needs git credentials
2222
- name: Download prepared docs
23-
uses: actions/download-artifact@v4
23+
uses: actions/download-artifact@v3
2424
with:
2525
name: docs-html-${{ github.sha }}
2626
path: docs/build/html

0 commit comments

Comments
 (0)