Skip to content

Commit

Permalink
Merge pull request #115 from agimus-project/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-pages-artifact-3

build(deps): bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
nim65s authored Feb 19, 2024
2 parents 02bea06 + 6647913 commit e4645ee
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: mdbook build
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: book/

Expand Down

0 comments on commit e4645ee

Please sign in to comment.