@@ -28,13 +28,13 @@ jobs:
2828 strategy :
2929 matrix :
3030 os : [ubuntu-latest]
31- scala : [2.13.10, 3.2.2 ]
31+ scala : [2.13.10, 3.3.3 ]
3232 java : [temurin@8, temurin@11, temurin@17]
3333 project : [rootJS, rootJVM, rootNative]
3434 exclude :
35- - scala : 3.2.2
35+ - scala : 3.3.3
3636 java : temurin@11
37- - scala : 3.2.2
37+ - scala : 3.3.3
3838 java : temurin@17
3939 - project : rootJS
4040 java : temurin@11
@@ -257,32 +257,32 @@ jobs:
257257 tar xf targets.tar
258258 rm targets.tar
259259
260- - name : Download target directories (3.2.2 , rootJS)
260+ - name : Download target directories (3.3.3 , rootJS)
261261 uses : actions/download-artifact@v3
262262 with :
263- name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.2 -rootJS
263+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.3 -rootJS
264264
265- - name : Inflate target directories (3.2.2 , rootJS)
265+ - name : Inflate target directories (3.3.3 , rootJS)
266266 run : |
267267 tar xf targets.tar
268268 rm targets.tar
269269
270- - name : Download target directories (3.2.2 , rootJVM)
270+ - name : Download target directories (3.3.3 , rootJVM)
271271 uses : actions/download-artifact@v3
272272 with :
273- name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.2 -rootJVM
273+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.3 -rootJVM
274274
275- - name : Inflate target directories (3.2.2 , rootJVM)
275+ - name : Inflate target directories (3.3.3 , rootJVM)
276276 run : |
277277 tar xf targets.tar
278278 rm targets.tar
279279
280- - name : Download target directories (3.2.2 , rootNative)
280+ - name : Download target directories (3.3.3 , rootNative)
281281 uses : actions/download-artifact@v3
282282 with :
283- name : target-${{ matrix.os }}-${{ matrix.java }}-3.2.2 -rootNative
283+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.3 -rootNative
284284
285- - name : Inflate target directories (3.2.2 , rootNative)
285+ - name : Inflate target directories (3.3.3 , rootNative)
286286 run : |
287287 tar xf targets.tar
288288 rm targets.tar
@@ -382,5 +382,5 @@ jobs:
382382383383 with :
384384 github_token : ${{ secrets.GITHUB_TOKEN }}
385- publish_dir : site/ target/ docs/ site
385+ publish_dir : site\ target\ docs\ site
386386 keep_files : true
0 commit comments