Skip to content

Commit 0f929b8

Browse files
authored
Merge pull request #68 from scientificcomputing/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 2717460 + 87f84c9 commit 0f929b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: cd docs && jupyter book build --html --check-links
3232

3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v3
34+
uses: actions/upload-pages-artifact@v4
3535
with:
3636
path: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)