File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 bazelisk build --config oss_android package --config release_build
4848
4949 - name : upload artifacts
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : native_libs.zip
5353 path : src/bazel-bin/android/jni/native_libs.zip
Original file line number Diff line number Diff line change 3939 bazelisk build --config oss_linux package --config release_build
4040
4141 - name : Upload Artifacts
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : mozc.zip
4545 path : src/bazel-bin/unix/mozc.zip
Original file line number Diff line number Diff line change 4949 bazelisk build --config oss_macos package --macos_cpus=arm64 --config release_build
5050
5151 - name : upload artifacts
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 with :
5454 name : Mozc_arm64.pkg
5555 path : src/bazel-bin/mac/Mozc.pkg
9191 bazelisk build --config oss_macos package --macos_cpus=x86_64 --config release_build
9292
9393 - name : upload artifacts
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v5
9595 with :
9696 name : Mozc_intel64.pkg
9797 path : src/bazel-bin/mac/Mozc.pkg
@@ -133,7 +133,7 @@ jobs:
133133 bazelisk build --config oss_macos package --macos_cpus=x86_64,arm64 --config release_build
134134
135135 - name : upload artifacts
136- uses : actions/upload-artifact@v4
136+ uses : actions/upload-artifact@v5
137137 with :
138138 name : Mozc_universal_binary.pkg
139139 path : src/bazel-bin/mac/Mozc.pkg
Original file line number Diff line number Diff line change 7070 python build_mozc.py build -c Release package
7171
7272 - name : upload Mozc64_gyp.msi
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v5
7474 with :
7575 name : Mozc64_gyp.msi
7676 path : src/out_win/Release/Mozc64.msi
@@ -123,7 +123,7 @@ jobs:
123123 bazelisk build --config oss_windows --config release_build package
124124
125125 - name : upload Mozc64_x64.msi
126- uses : actions/upload-artifact@v4
126+ uses : actions/upload-artifact@v5
127127 with :
128128 name : Mozc64_x64.msi
129129 path : src/bazel-bin/win32/installer/Mozc64.msi
@@ -176,7 +176,7 @@ jobs:
176176 bazelisk build package --config oss_windows --config release_build --platforms=//:windows-arm64
177177
178178 - name : upload Mozc64_arm64.msi
179- uses : actions/upload-artifact@v4
179+ uses : actions/upload-artifact@v5
180180 with :
181181 name : Mozc64_arm64.msi
182182 path : src/bazel-bin/win32/installer/Mozc64.msi
You can’t perform that action at this time.
0 commit comments