@@ -207,32 +207,32 @@ jobs:
207
207
tar xf targets.tar
208
208
rm targets.tar
209
209
210
- - name : Download target directories (3.1 .3, rootJS)
210
+ - name : Download target directories (3.3 .3, rootJS)
211
211
uses : actions/download-artifact@v2
212
212
with :
213
- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1 .3-rootJS
213
+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3 .3-rootJS
214
214
215
- - name : Inflate target directories (3.1 .3, rootJS)
215
+ - name : Inflate target directories (3.3 .3, rootJS)
216
216
run : |
217
217
tar xf targets.tar
218
218
rm targets.tar
219
219
220
- - name : Download target directories (3.1 .3, rootJVM)
220
+ - name : Download target directories (3.3 .3, rootJVM)
221
221
uses : actions/download-artifact@v2
222
222
with :
223
- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1 .3-rootJVM
223
+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3 .3-rootJVM
224
224
225
- - name : Inflate target directories (3.1 .3, rootJVM)
225
+ - name : Inflate target directories (3.3 .3, rootJVM)
226
226
run : |
227
227
tar xf targets.tar
228
228
rm targets.tar
229
229
230
- - name : Download target directories (3.1 .3, rootNative)
230
+ - name : Download target directories (3.3 .3, rootNative)
231
231
uses : actions/download-artifact@v2
232
232
with :
233
- name : target-${{ matrix.os }}-${{ matrix.java }}-3.1 .3-rootNative
233
+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3 .3-rootNative
234
234
235
- - name : Inflate target directories (3.1 .3, rootNative)
235
+ - name : Inflate target directories (3.3 .3, rootNative)
236
236
run : |
237
237
tar xf targets.tar
238
238
rm targets.tar
0 commit comments