chore(deps): update actions/upload-artifact action to v4

This commit is contained in:
renovate[bot] 2023-12-14 17:14:44 +00:00 committed by Kavin
parent 5ed4f4dd0c
commit e4579aae2e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
cache: "pnpm" cache: "pnpm"
- run: pnpm install - run: pnpm install
- run: pnpm build - run: pnpm build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: build name: build
path: dist path: dist