Skip to content

Commit

Permalink
Fix download of build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Jul 4, 2024
1 parent bd11e2a commit f9229ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download compiled book
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: _build
Expand Down

0 comments on commit f9229ca

Please sign in to comment.