Skip to content

Commit 5fd3fcc

Browse files
committed
修改弃用版本2.0
1 parent c8aeb70 commit 5fd3fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: cd ./blog && npm run build
3333
- name: Upload Pages artifact
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-pages-artifact@v3
3535
with:
3636
path: ./blog/public
3737
deploy:
@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)