Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Sep 19, 2024
1 parent 9026e40 commit 1b2dbf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

#- name: Setup upterm session
#uses: lhotari/action-upterm@v1
Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
needs: bookdown
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# Artifact name
name: _handbook # optional
Expand Down

0 comments on commit 1b2dbf0

Please sign in to comment.