Skip to content

Commit ef292d6

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 748f199 commit ef292d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with: { node-version: lts/*, cache: "pnpm" }
2828
- run: pnpm install
2929
- run: pnpm vite build
30-
- uses: actions/upload-pages-artifact@v3
30+
- uses: actions/upload-pages-artifact@v4
3131
with: { path: dist-pages }
3232
- id: deployment
3333
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)