File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 cd ext
136136 bash ./build_linux_x86_64_musl.sh
137137 - name : Upload precompiled library
138- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
138+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
139139 with :
140140 name : librdkafka-precompiled-musl
141141 path : ext/
@@ -160,7 +160,7 @@ jobs:
160160 with :
161161 fetch-depth : 0
162162 - name : Download precompiled library
163- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
163+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
164164 with :
165165 name : librdkafka-precompiled-musl
166166 path : ext/
Original file line number Diff line number Diff line change 9393 cd ext
9494 bash ./build_linux_x86_64_musl.sh
9595 - name : Upload precompiled library
96- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
96+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9797 with :
9898 name : librdkafka-precompiled-musl-complementary
9999 path : ext/
@@ -203,7 +203,7 @@ jobs:
203203 with :
204204 fetch-depth : 0
205205 - name : Download precompiled library
206- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
206+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
207207 with :
208208 name : librdkafka-precompiled-musl-complementary
209209 path : ext/
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 cd ext
201201 ./build_linux_x86_64_gnu.sh
202202 - name : Upload precompiled library
203- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
203+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
204204 with :
205205 name : librdkafka-precompiled-linux-${{ matrix.debian }}
206206 path : ext/
@@ -229,7 +229,7 @@ jobs:
229229 with :
230230 fetch-depth : 0
231231 - name : Download precompiled library
232- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
232+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
233233 with :
234234 name : librdkafka-precompiled-linux-${{ matrix.debian }}
235235 path : ext/
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 cd ext
123123 ./build_linux_x86_64_gnu.sh
124124 - name : Upload precompiled library
125- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
125+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
126126 with :
127127 name : librdkafka-precompiled-linux-complementary-${{ matrix.debian }}
128128 path : ext/
@@ -263,7 +263,7 @@ jobs:
263263 with :
264264 fetch-depth : 0
265265 - name : Download precompiled library
266- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
266+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
267267 with :
268268 name : librdkafka-precompiled-linux-complementary-${{ matrix.debian }}
269269 path : ext/
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 cd ext
175175 ./build_linux_aarch64_gnu.sh
176176 - name : Upload precompiled library
177- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
177+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
178178 with :
179179 name : librdkafka-precompiled-linux
180180 path : ext/
@@ -203,7 +203,7 @@ jobs:
203203 with :
204204 fetch-depth : 0
205205 - name : Download precompiled library
206- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
206+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
207207 with :
208208 name : librdkafka-precompiled-linux
209209 path : ext/
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 cd ext
115115 ./build_linux_aarch64_gnu.sh
116116 - name : Upload precompiled library
117- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
117+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
118118 with :
119119 name : librdkafka-precompiled-ubuntu-aarch64-complementary
120120 path : ext/
@@ -222,7 +222,7 @@ jobs:
222222 with :
223223 fetch-depth : 0
224224 - name : Download precompiled library
225- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
225+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
226226 with :
227227 name : librdkafka-precompiled-ubuntu-aarch64-complementary
228228 path : ext/
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184 cd ext
185185 ./build_linux_x86_64_gnu.sh
186186 - name : Upload precompiled library
187- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
187+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
188188 with :
189189 name : librdkafka-precompiled-linux
190190 path : ext/
@@ -213,7 +213,7 @@ jobs:
213213 with :
214214 fetch-depth : 0
215215 - name : Download precompiled library
216- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
216+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
217217 with :
218218 name : librdkafka-precompiled-linux
219219 path : ext/
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 cd ext
114114 ./build_linux_x86_64_gnu.sh
115115 - name : Upload precompiled library
116- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
116+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
117117 with :
118118 name : librdkafka-precompiled-ubuntu-complementary
119119 path : ext/
@@ -221,7 +221,7 @@ jobs:
221221 with :
222222 fetch-depth : 0
223223 - name : Download precompiled library
224- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
224+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
225225 with :
226226 name : librdkafka-precompiled-ubuntu-complementary
227227 path : ext/
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 cd ext
157157 /opt/homebrew/bin/bash ./build_macos_arm64.sh
158158 - name : Upload precompiled library
159- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
159+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
160160 with :
161161 name : librdkafka-precompiled-macos
162162 path : ext/
@@ -189,7 +189,7 @@ jobs:
189189 with :
190190 fetch-depth : 0
191191 - name : Download precompiled library
192- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
192+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
193193 with :
194194 name : librdkafka-precompiled-macos
195195 path : ext/
Original file line number Diff line number Diff line change 4040 cd ext
4141 bash ./build_linux_x86_64_musl.sh
4242 - name : Upload precompiled library
43- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
43+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4444 with :
4545 name : librdkafka-precompiled-musl
4646 path : ext/
6868 ref : a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1.1.1
6969 path : .github/_release-gem
7070 - name : Download precompiled library
71- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
71+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
7272 with :
7373 name : librdkafka-precompiled-musl
7474 path : ext/
You can’t perform that action at this time.
0 commit comments