Skip to content

Commit 92a66f8

Browse files
authored
Merge pull request #105 from finsberg/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 8de8b34 + f8e6eaa commit 92a66f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
run: jupyter book build -W --keep-going .
3939

4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@v4
4242
with:
4343
path: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)