@@ -71,32 +71,32 @@ jobs:
71
71
CGO_CFLAGS : -mmacosx-version-min=10.15
72
72
CGO_LDFLAGS : -mmacosx-version-min=10.15
73
73
CGO_ENABLED : 1
74
- - uses : actions/upload-artifact@v2
74
+ - uses : actions/upload-artifact@v4
75
75
with :
76
76
name : ipatool-${{ needs.get_version.outputs.version }}-windows-arm64.exe
77
77
path : ipatool-${{ needs.get_version.outputs.version }}-windows-arm64.exe
78
78
if-no-files-found : error
79
- - uses : actions/upload-artifact@v2
79
+ - uses : actions/upload-artifact@v4
80
80
with :
81
81
name : ipatool-${{ needs.get_version.outputs.version }}-windows-amd64.exe
82
82
path : ipatool-${{ needs.get_version.outputs.version }}-windows-amd64.exe
83
83
if-no-files-found : error
84
- - uses : actions/upload-artifact@v2
84
+ - uses : actions/upload-artifact@v4
85
85
with :
86
86
name : ipatool-${{ needs.get_version.outputs.version }}-linux-arm64
87
87
path : ipatool-${{ needs.get_version.outputs.version }}-linux-arm64
88
88
if-no-files-found : error
89
- - uses : actions/upload-artifact@v2
89
+ - uses : actions/upload-artifact@v4
90
90
with :
91
91
name : ipatool-${{ needs.get_version.outputs.version }}-linux-amd64
92
92
path : ipatool-${{ needs.get_version.outputs.version }}-linux-amd64
93
93
if-no-files-found : error
94
- - uses : actions/upload-artifact@v2
94
+ - uses : actions/upload-artifact@v4
95
95
with :
96
96
name : ipatool-${{ needs.get_version.outputs.version }}-macos-arm64
97
97
path : ipatool-${{ needs.get_version.outputs.version }}-macos-arm64
98
98
if-no-files-found : error
99
- - uses : actions/upload-artifact@v2
99
+ - uses : actions/upload-artifact@v4
100
100
with :
101
101
name : ipatool-${{ needs.get_version.outputs.version }}-macos-amd64
102
102
path : ipatool-${{ needs.get_version.outputs.version }}-macos-amd64
@@ -111,7 +111,7 @@ jobs:
111
111
arch : [ arm64, amd64 ]
112
112
steps :
113
113
- uses : actions/checkout@v2
114
- - uses : actions/download-artifact@v2
114
+ - uses : actions/download-artifact@v4
115
115
with :
116
116
name : ipatool-${{ needs.get_version.outputs.version }}-windows-${{ matrix.arch }}.exe
117
117
path : bin
@@ -138,7 +138,7 @@ jobs:
138
138
arch : [ arm64, amd64 ]
139
139
steps :
140
140
- uses : actions/checkout@v2
141
- - uses : actions/download-artifact@v2
141
+ - uses : actions/download-artifact@v4
142
142
with :
143
143
name : ipatool-${{ needs.get_version.outputs.version }}-linux-${{ matrix.arch }}
144
144
path : bin
@@ -163,14 +163,14 @@ jobs:
163
163
- uses : actions/checkout@v2
164
164
with :
165
165
path : ./ipatool
166
- - uses : actions/download-artifact@v2
166
+ - uses : actions/download-artifact@v4
167
167
with :
168
168
name : ipatool-${{ needs.get_version.outputs.version }}-macos-arm64
169
169
path : bin
170
170
- run : tar -czvf $BIN.tar.gz bin/$BIN && rm -rf bin/
171
171
env :
172
172
BIN : ipatool-${{ needs.get_version.outputs.version }}-macos-arm64
173
- - uses : actions/download-artifact@v2
173
+ - uses : actions/download-artifact@v4
174
174
with :
175
175
name : ipatool-${{ needs.get_version.outputs.version }}-macos-amd64
176
176
path : bin
0 commit comments