Skip to content

Commit

Permalink
ci: bump actions/upload-pages-artifact to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Jan 31, 2025
1 parent 9399fc2 commit d7a8372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: cd book && just build

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './book/book/html'

Expand Down

0 comments on commit d7a8372

Please sign in to comment.