Skip to content

Commit

Permalink
bump upload-artifcat to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DorienHuijser authored Sep 19, 2024
1 parent b1ef123 commit 9d6779b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: Rscript -e 'install.packages(c("rmarkdown","bookdown","kableExtra"))'
- name: Render Book
run: Rscript -e 'bookdown::render_book("index.Rmd")'
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: docs
path: docs/
Expand Down

0 comments on commit 9d6779b

Please sign in to comment.