Skip to content

Commit

Permalink
CI: Use latest version of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Sep 12, 2024
1 parent d0af065 commit 6e9dfbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macOS-latest
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -28,7 +28,7 @@ jobs:
run: make

- name: Upload documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Bookdown
path: Bookdown
Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@master

- name: Download HTML
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Bookdown
path: Bookdown
Expand Down

0 comments on commit 6e9dfbb

Please sign in to comment.