Skip to content

Commit 25794fd

Browse files
committed
build: 更新 upload-pages-artifact动作到 v3 版本
- 将 GitHub Actions 中的 upload-pages-artifact 动作从 v2 升级到 v3 - 此更新可能带来性能提升和新功能,确保构建过程的最新优化
1 parent 48f781b commit 25794fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: JEKYLL_GITHUB_TOKEN=${{ secrets.JEKYLL_GITHUB_TOKEN }} && bundle exec jekyll build --verbose --trace
5656
- name: Upload artifact
5757
# Automatically uploads an artifact from the './_site' directory by default
58-
uses: actions/upload-pages-artifact@v2
58+
uses: actions/upload-pages-artifact@v3
5959

6060
# Deployment job
6161
deploy:

0 commit comments

Comments
 (0)