Skip to content

Commit 9689af2

Browse files
Update actions/upload-pages-artifact action to v5
1 parent 5e605d9 commit 9689af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build with VitePress
4343
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v3
45+
uses: actions/upload-pages-artifact@v5
4646
with:
4747
path: docs/.vitepress/dist
4848
if: github.event_name != 'pull_request' # Skip upload on PRs

0 commit comments

Comments
 (0)