Skip to content

Commit

Permalink
Merge pull request #34 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 6f76caa + fbbb83e commit f78f88e
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 @@ -16,7 +16,7 @@ jobs:
commands: review-pdfmaker
- run: rm `bundle exec which review-pdfmaker`
- run: bundle exec rake pdf
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: book
path: book.pdf

0 comments on commit f78f88e

Please sign in to comment.