We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcf5a9 commit 70a55ebCopy full SHA for 70a55eb
.github/workflows/deploy_bookdown.yml
@@ -22,7 +22,7 @@ jobs:
22
working-directory: supplement
23
- name: Render Book
24
run: Rscript -e 'xfun::in_dir("supplement", bookdown::render_book("index.Rmd", output_format = "bookdown::bs4_book"))'
25
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
26
with:
27
name: _book
28
path: supplement/_book/
0 commit comments