Skip to content

Commit

Permalink
Merge pull request #46 from np-complete/renovate/major-github-artifac…
Browse files Browse the repository at this point in the history
…t-actions

Update actions/upload-artifact action to v4
  • Loading branch information
masarakki authored Feb 21, 2024
2 parents e8335f3 + bff0d2f commit 1b02ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: np-complete/build-book-action@v1
with:
config: config.ebook.yml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: book
path: book.pdf
Expand Down

0 comments on commit 1b02ae7

Please sign in to comment.