Skip to content

Commit

Permalink
Update upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
THenry14 committed Jan 11, 2024
1 parent e8cbece commit e0d70ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
run: mdbook build
working-directory: ./docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-artifact@v4
with:
name: github-pages
path: ./docs/book
# Deployment job
deploy:
Expand Down

0 comments on commit e0d70ce

Please sign in to comment.