Skip to content

Commit 70a55eb

Browse files
committed
Use upload-artifact v4
1 parent cfcf5a9 commit 70a55eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_bookdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
working-directory: supplement
2323
- name: Render Book
2424
run: Rscript -e 'xfun::in_dir("supplement", bookdown::render_book("index.Rmd", output_format = "bookdown::bs4_book"))'
25-
- uses: actions/upload-artifact@v1
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: _book
2828
path: supplement/_book/

0 commit comments

Comments
 (0)