File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -174,17 +174,17 @@ jobs:
174
174
steps :
175
175
- run : mkdir -p ./bin
176
176
177
- - uses : actions/download-artifact@v4.2.1
177
+ - uses : actions/download-artifact@v4.3.0
178
178
with :
179
179
name : acars_router.amd64
180
180
path : ./bin/acars_router.amd64
181
181
182
- - uses : actions/download-artifact@v4.2.1
182
+ - uses : actions/download-artifact@v4.3.0
183
183
with :
184
184
name : acars_router.armv7
185
185
path : ./bin/acars_router.armv7
186
186
187
- - uses : actions/download-artifact@v4.2.1
187
+ - uses : actions/download-artifact@v4.3.0
188
188
with :
189
189
name : acars_router.arm64
190
190
path : ./bin/acars_router.arm64
Original file line number Diff line number Diff line change @@ -231,17 +231,17 @@ jobs:
231
231
steps :
232
232
- run : mkdir -p ./bin
233
233
234
- - uses : actions/download-artifact@v4.2.1
234
+ - uses : actions/download-artifact@v4.3.0
235
235
with :
236
236
name : acars_router.amd64
237
237
path : ./bin/acars_router.amd64
238
238
239
- - uses : actions/download-artifact@v4.2.1
239
+ - uses : actions/download-artifact@v4.3.0
240
240
with :
241
241
name : acars_router.armv7
242
242
path : ./bin/acars_router.armv7
243
243
244
- - uses : actions/download-artifact@v4.2.1
244
+ - uses : actions/download-artifact@v4.3.0
245
245
with :
246
246
name : acars_router.arm64
247
247
path : ./bin/acars_router.arm64
You can’t perform that action at this time.
0 commit comments