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

This commit is contained in:
renovate[bot]
2026-03-26 17:48:03 +00:00
committed by Kavin
parent 3c54f70dae
commit d3723123cf

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@v4 - uses: actions/upload-artifact@v7
with: with:
name: build name: build
path: dist path: dist