Skip to content

Commit 46cbe01

Browse files
authored
Merge pull request #57 from SimpleITK/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 0f14871 + 8a15409 commit 46cbe01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/configure-pages@v5
5454
- name: Upload artifact
5555
if: github.ref == 'refs/heads/main'
56-
uses: actions/upload-pages-artifact@v3
56+
uses: actions/upload-pages-artifact@v4
5757
with:
5858
# Upload build sphinx docs
5959
path: 'docs/build/html'

0 commit comments

Comments
 (0)