Skip to content

Commit

Permalink
Update actions upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakaniko authored Mar 19, 2024
1 parent 8cb5913 commit 83df5c4
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 @@ -20,7 +20,7 @@ jobs:
run: Rscript -e 'install.packages(c("rmarkdown","bookdown"))'
- name: Render Book
run: Rscript -e 'bookdown::render_book("index.Rmd")'
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: _book
path: _book/
Expand Down

0 comments on commit 83df5c4

Please sign in to comment.