File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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*
Original file line number Diff line number Diff line change 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*
Original file line number Diff line number Diff line change 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*
You can’t perform that action at this time.
0 commit comments