@@ -71,32 +71,32 @@ jobs:
7171 CGO_CFLAGS : -mmacosx-version-min=10.15
7272 CGO_LDFLAGS : -mmacosx-version-min=10.15
7373 CGO_ENABLED : 1
74- - uses : actions/upload-artifact@v2
74+ - uses : actions/upload-artifact@v4
7575 with :
7676 name : ipatool-${{ needs.get_version.outputs.version }}-windows-arm64.exe
7777 path : ipatool-${{ needs.get_version.outputs.version }}-windows-arm64.exe
7878 if-no-files-found : error
79- - uses : actions/upload-artifact@v2
79+ - uses : actions/upload-artifact@v4
8080 with :
8181 name : ipatool-${{ needs.get_version.outputs.version }}-windows-amd64.exe
8282 path : ipatool-${{ needs.get_version.outputs.version }}-windows-amd64.exe
8383 if-no-files-found : error
84- - uses : actions/upload-artifact@v2
84+ - uses : actions/upload-artifact@v4
8585 with :
8686 name : ipatool-${{ needs.get_version.outputs.version }}-linux-arm64
8787 path : ipatool-${{ needs.get_version.outputs.version }}-linux-arm64
8888 if-no-files-found : error
89- - uses : actions/upload-artifact@v2
89+ - uses : actions/upload-artifact@v4
9090 with :
9191 name : ipatool-${{ needs.get_version.outputs.version }}-linux-amd64
9292 path : ipatool-${{ needs.get_version.outputs.version }}-linux-amd64
9393 if-no-files-found : error
94- - uses : actions/upload-artifact@v2
94+ - uses : actions/upload-artifact@v4
9595 with :
9696 name : ipatool-${{ needs.get_version.outputs.version }}-macos-arm64
9797 path : ipatool-${{ needs.get_version.outputs.version }}-macos-arm64
9898 if-no-files-found : error
99- - uses : actions/upload-artifact@v2
99+ - uses : actions/upload-artifact@v4
100100 with :
101101 name : ipatool-${{ needs.get_version.outputs.version }}-macos-amd64
102102 path : ipatool-${{ needs.get_version.outputs.version }}-macos-amd64
@@ -111,7 +111,7 @@ jobs:
111111 arch : [ arm64, amd64 ]
112112 steps :
113113 - uses : actions/checkout@v2
114- - uses : actions/download-artifact@v2
114+ - uses : actions/download-artifact@v4
115115 with :
116116 name : ipatool-${{ needs.get_version.outputs.version }}-windows-${{ matrix.arch }}.exe
117117 path : bin
@@ -138,7 +138,7 @@ jobs:
138138 arch : [ arm64, amd64 ]
139139 steps :
140140 - uses : actions/checkout@v2
141- - uses : actions/download-artifact@v2
141+ - uses : actions/download-artifact@v4
142142 with :
143143 name : ipatool-${{ needs.get_version.outputs.version }}-linux-${{ matrix.arch }}
144144 path : bin
@@ -163,14 +163,14 @@ jobs:
163163 - uses : actions/checkout@v2
164164 with :
165165 path : ./ipatool
166- - uses : actions/download-artifact@v2
166+ - uses : actions/download-artifact@v4
167167 with :
168168 name : ipatool-${{ needs.get_version.outputs.version }}-macos-arm64
169169 path : bin
170170 - run : tar -czvf $BIN.tar.gz bin/$BIN && rm -rf bin/
171171 env :
172172 BIN : ipatool-${{ needs.get_version.outputs.version }}-macos-arm64
173- - uses : actions/download-artifact@v2
173+ - uses : actions/download-artifact@v4
174174 with :
175175 name : ipatool-${{ needs.get_version.outputs.version }}-macos-amd64
176176 path : bin
0 commit comments