Skip to content

Commit a5ac304

Browse files
chore(deps): update actions/upload-artifact action to v5 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90c581a commit a5ac304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "${{ github.event.number }}" > pr_num
2929
3030
- name: Upload PR artifact
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v5
3232
with:
3333
name: pr-num
3434
path: ./pr_num
@@ -54,7 +54,7 @@ jobs:
5454
- run: pnpm build:docs
5555

5656
- name: Upload artifact
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: docs-${{ matrix.os }}-build
6060
path: docs/.vitepress/dist

0 commit comments

Comments
 (0)