Skip to content

Commit 37fc27f

Browse files
authored
Merge pull request #15 from ace-of-aces/dependabot/github_actions/actions/upload-pages-artifact-4
chore(deps): bump actions/upload-pages-artifact from 3 to 4
2 parents 5bc7711 + 5ff695f commit 37fc27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build with VitePress
4848
run: pnpm run docs:build
4949
- name: Upload artifact
50-
uses: actions/upload-pages-artifact@v3
50+
uses: actions/upload-pages-artifact@v4
5151
with:
5252
path: docs/.vitepress/dist
5353

0 commit comments

Comments
 (0)