Skip to content

Commit

Permalink
chore(ci): bump actions/download-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Chronostasys committed Jan 9, 2023
1 parent 655fe6d commit 5a838ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
needs: book
if: github.event_name == 'push'
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: book
- uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 5a838ba

Please sign in to comment.