Skip to content

Commit

Permalink
Merge pull request #15 from uwescience/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
valentina-s authored Jun 24, 2024
2 parents a147361 + 9dc3962 commit 53a8a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Upload the book's HTML as an artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: "docs/_build/html"

Expand Down

0 comments on commit 53a8a15

Please sign in to comment.