Skip to content

Commit

Permalink
Update all the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Feb 7, 2025
1 parent f8277df commit b6f887d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,16 @@ jobs:

steps:
- name: Download the book
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: book
path: .

- name: Configure github pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v5

- name: Upload book to github pages
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: .

Expand Down

0 comments on commit b6f887d

Please sign in to comment.