Skip to content

Commit 3599f8e

Browse files
authored
fix book deployment CI (#106)
1 parent 3a23d5b commit 3599f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: mdbook build book
2323

2424
- name: Upload book
25-
uses: actions/upload-pages-artifact@v2
25+
uses: actions/upload-artifact@v4
2626
with:
2727
path: book/build
2828
retention-days: "3"

0 commit comments

Comments
 (0)