Skip to content

Commit

Permalink
Update deploy-book.yml
Browse files Browse the repository at this point in the history
upgrading to latest action versions
  • Loading branch information
poldrack authored Oct 2, 2024
1 parent 7316063 commit 7e78aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container: poldrack/statsthinking21

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Build the book
- name: Build the book
Expand All @@ -22,7 +22,7 @@ jobs:
# save artifacts
- name: Archive production artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: notebooks
path: notebooks
Expand Down

0 comments on commit 7e78aa6

Please sign in to comment.