Skip to content

Commit cedadc7

Browse files
authored
Fix failing docs build in CI (#1542)
1 parent 982141b commit cedadc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/doc_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
ref: gh-pages
9292
persist-credentials: true
9393
- name: Download artifact
94-
uses: actions/download-artifact@v3
94+
uses: actions/download-artifact@v4
9595
with:
9696
name: Doc-Build
9797
path: docs

0 commit comments

Comments
 (0)