mirror of
https://github.com/acepanel/acepanel.github.io.git
synced 2026-02-04 05:37:16 +08:00
chore(deps): Update actions/upload-pages-artifact action to v4 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Build with VitePress
|
||||
run: pnpm docs:build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
with:
|
||||
path: .vitepress/dist
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user