Skip to content

Commit 2703516

Browse files
committed
更新打包脚本
1 parent de6e4f5 commit 2703516

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
rm -rf ./staging_folder/*
8989
9090
- name: Upload
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: Linux-Package
9494
path: ./UotanToolbox_Linux*

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
rm -rf ./UotanToolbox.app/Contents/MacOS/*
6767
6868
- name: Upload
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: macOS-Package
7272
path: ./UotanToolbox_macOS*

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
7z a -tzip UotanToolbox_Windows_arm64_${{ inputs.VERSION }}.zip -mx=9 -m0=lzma -md=64m -mfb=64 ./publish-arm64
5656
5757
- name: Upload
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: Windows-Package
6161
path: ./UotanToolbox_Windows*

0 commit comments

Comments
 (0)