Skip to content

Commit 3cccdbc

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 5657c9e commit 3cccdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: ./docs
5050
run: pnpm docs:build
5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v3
52+
uses: actions/upload-pages-artifact@v4
5353
with:
5454
path: docs/.vitepress/dist
5555

0 commit comments

Comments
 (0)