Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit c35c782

Browse files
committed
fix(ci): update upload/artifact to v4 in doc builder
1 parent 03316c5 commit c35c782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc-pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo ${{ env.COMMIT_SHA }} > ./commit_sha
5050
echo ${{ env.PR_NUMBER }} > ./pr_number
5151
52-
- uses: actions/upload-artifact@v3
52+
- uses: actions/upload-artifact@v4
5353
with:
5454
name: doc-build-artifact
5555
path: tpu-doc-build/

0 commit comments

Comments
 (0)