Skip to content

Commit 7c0f22a

Browse files
Merge pull request #308 from apple/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 3bad048 + cdf4c8f commit 7c0f22a

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build docs
2222
run: yarn build-docs
2323
- name: Upload docs
24-
uses: actions/upload-pages-artifact@v3
24+
uses: actions/upload-pages-artifact@v4
2525
with:
2626
path: docs
2727
deploy:

0 commit comments

Comments
 (0)