Skip to content

Commit

Permalink
Merge pull request #45 from AbstractSDK/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-pages-artifact-3

Bump actions/upload-pages-artifact from 1 to 3
  • Loading branch information
Buckram123 authored Nov 19, 2024
2 parents 6f79cec + 39d833e commit ad5297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: just docs-build

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# Upload book repository
path: './docs/book'
Expand Down

0 comments on commit ad5297e

Please sign in to comment.