Skip to content

Commit

Permalink
Merge pull request #113 from brian-rose/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
brian-rose authored Dec 18, 2023
2 parents 9f6d856 + 5d5d58c commit bc05e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
zip -r book.zip _build/html
- name: Upload zipped book artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: book-zip-${{github.event.number}}
path: ./book.zip

0 comments on commit bc05e0f

Please sign in to comment.