Skip to content

Commit 9724f26

Browse files
Merge pull request #126 from apple/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 2 to 3
2 parents 38750e8 + f026d8f commit 9724f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Spinx build
2626
run: sphinx-build -b html _staging _build
2727
- name: Upload docs
28-
uses: actions/upload-pages-artifact@v2
28+
uses: actions/upload-pages-artifact@v3
2929
with:
3030
path: _build
3131
deploy:

0 commit comments

Comments
 (0)