mirror of
https://github.com/rmcrackan/Libation.git
synced 2025-12-23 22:17:52 -05:00
Merge pull request #1509 from rmcrackan/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Build with VitePress
|
- name: Build with VitePress
|
||||||
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
|
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: .vitepress/dist
|
path: .vitepress/dist
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user