Skip to content

Commit

Permalink
Merge pull request #11 from np-complete/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
masarakki authored Dec 17, 2023
2 parents 3a30338 + 9160bcf commit 83190c3
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 @@ -14,7 +14,7 @@ jobs:
commands: review-pdfmaker
- run: rm `bundle exec which review-pdfmaker`
- run: bundle exec rake pdf
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: book
path: book.pdf

0 comments on commit 83190c3

Please sign in to comment.