Skip to content

Commit 58c9c28

Browse files
author
ma.jinyun
committed
fix actions/checkout error
1 parent 05d7a89 commit 58c9c28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# 覆盖潜在的旧版依赖
2323
- name: Patch Actions Dependency
2424
uses: actions/upload-artifact@v4
25-
if: false
25+
if: true
2626

2727
- name: Install Hugo CLI
2828
run: |
@@ -44,7 +44,7 @@ jobs:
4444
run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}"
4545

4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v2
47+
uses: actions/upload-pages-artifact@v3
4848
with:
4949
path: ./public
5050

@@ -57,4 +57,4 @@ jobs:
5757
steps:
5858
- name: Deploy to GitHub Pages
5959
id: deployment
60-
uses: actions/deploy-pages@v2
60+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)