Skip to content

Commit 6c8cd63

Browse files
committed
修复: 更新GitHub Actions upload-artifact和download-artifact版本到v4
1 parent df47745 commit 6c8cd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: npm run build:release
4646

4747
- name: 上传构建产物
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: built-extension
5151
path: |
@@ -67,7 +67,7 @@ jobs:
6767
fetch-depth: 0 # 获取完整的Git历史记录,用于生成更新日志
6868

6969
- name: 下载构建产物
70-
uses: actions/download-artifact@v3
70+
uses: actions/download-artifact@v4
7171
with:
7272
name: built-extension
7373
path: dist

0 commit comments

Comments
 (0)