Skip to content

Commit a087842

Browse files
authored
Merge pull request #49 from jupyterhealth/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents c7d28b6 + 066a415 commit a087842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Check links
2323
run: npm test
2424
- name: Upload artifact
25-
uses: actions/upload-pages-artifact@v3
25+
uses: actions/upload-pages-artifact@v4
2626
with:
2727
path: './_build/html'

0 commit comments

Comments
 (0)