Skip to content

Commit

Permalink
Use the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Sep 4, 2024
1 parent cdf6b7e commit 76b05dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CENSUS_KEY: ${{ secrets.CENSUS_KEY }}
OSF_PAT: ${{ secrets.OSF_PAT }}
run: Rscript -e 'bookdown::render_book("index.Rmd")'
- uses: actions/upload-artifact@v4.1.7
- uses: actions/upload-artifact@v4.4.0
with:
name: _book
path: _book/
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Checkout
uses: actions/checkout@main
- name: Download artifact
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
# Artifact name
name: _book # optional
Expand Down

0 comments on commit 76b05dc

Please sign in to comment.