Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 946ee29

Browse files
Update deploy.yml
1 parent 9da8399 commit 946ee29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Setup Node.js
30-
uses: actions/setup-node@v2
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: "22"
3333

@@ -47,10 +47,10 @@ jobs:
4747
VITE_SITE=wiki npm run astro build
4848
4949
- name: Upload artifact
50-
uses: actions/upload-pages-artifact@v1
50+
uses: actions/upload-pages-artifact@v3
5151
with:
5252
path: "../StarlightWiki/dist/"
5353

5454
- name: Deploy to GitHub Pages
5555
id: deployment
56-
uses: actions/deploy-pages@v1
56+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)