Skip to content

Commit 901356f

Browse files
authored
Merge pull request #232 from KVSlab/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 703939f + 13a5ef9 commit 901356f

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
@@ -80,7 +80,7 @@ jobs:
8080
run: jupyter book build -W docs
8181

8282
- name: Upload artifact
83-
uses: actions/upload-pages-artifact@v3
83+
uses: actions/upload-pages-artifact@v4
8484
with:
8585
path: ${{ env.PUBLISH_DIR }}
8686

0 commit comments

Comments
 (0)