File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,22 +218,22 @@ jobs:
218
218
- shell : bash
219
219
run : mkdir jdbc-artifacts
220
220
221
- - uses : actions/download-artifact@v3
221
+ - uses : actions/download-artifact@v4
222
222
with :
223
223
name : java-linux-aarch64
224
224
path : jdbc-artifacts/java-linux-aarch64
225
225
226
- - uses : actions/download-artifact@v3
226
+ - uses : actions/download-artifact@v4
227
227
with :
228
228
name : java-linux-amd64
229
229
path : jdbc-artifacts/java-linux-amd64
230
230
231
- - uses : actions/download-artifact@v3
231
+ - uses : actions/download-artifact@v4
232
232
with :
233
233
name : java-windows-amd64
234
234
path : jdbc-artifacts/java-windows-amd64
235
235
236
- - uses : actions/download-artifact@v3
236
+ - uses : actions/download-artifact@v4
237
237
with :
238
238
name : java-osx-universal
239
239
path : jdbc-artifacts/java-osx-universal
You can’t perform that action at this time.
0 commit comments