Skip to content

Commit 6d7c32b

Browse files
Merge pull request #187 from apple/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents 6059b18 + 8fcc6a5 commit 6d7c32b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Spinx build
2525
run: sphinx-build -b html _staging _build
2626
- name: Upload docs
27-
uses: actions/upload-pages-artifact@v4
27+
uses: actions/upload-pages-artifact@v5
2828
with:
2929
path: _build
3030
deploy:

0 commit comments

Comments
 (0)