We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a23d5b commit 3599f8eCopy full SHA for 3599f8e
.github/workflows/deploy_mdbook.yml
@@ -22,7 +22,7 @@ jobs:
22
run: mdbook build book
23
24
- name: Upload book
25
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-artifact@v4
26
with:
27
path: book/build
28
retention-days: "3"
0 commit comments