| 
28 | 28 |     strategy:  | 
29 | 29 |       matrix:  | 
30 | 30 |         os: [ubuntu-latest]  | 
31 |  | -        scala: [3.3.1, 2.12.18, 2.13.12]  | 
 | 31 | +        scala: [3.3.1, 2.12.19, 2.13.12]  | 
32 | 32 |         java: [temurin@8]  | 
33 | 33 |         project: [rootJS, rootJVM, rootNative]  | 
34 | 34 |     runs-on: ${{ matrix.os }}  | 
@@ -180,32 +180,32 @@ jobs:  | 
180 | 180 |           tar xf targets.tar  | 
181 | 181 |           rm targets.tar  | 
182 | 182 | 
  | 
183 |  | -      - name: Download target directories (2.12.18, rootJS)  | 
 | 183 | +      - name: Download target directories (2.12.19, rootJS)  | 
184 | 184 |         uses: actions/download-artifact@v3  | 
185 | 185 |         with:  | 
186 |  | -          name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS  | 
 | 186 | +          name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJS  | 
187 | 187 | 
 
  | 
188 |  | -      - name: Inflate target directories (2.12.18, rootJS)  | 
 | 188 | +      - name: Inflate target directories (2.12.19, rootJS)  | 
189 | 189 |         run: |  | 
190 | 190 |           tar xf targets.tar  | 
191 | 191 |           rm targets.tar  | 
192 | 192 | 
  | 
193 |  | -      - name: Download target directories (2.12.18, rootJVM)  | 
 | 193 | +      - name: Download target directories (2.12.19, rootJVM)  | 
194 | 194 |         uses: actions/download-artifact@v3  | 
195 | 195 |         with:  | 
196 |  | -          name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM  | 
 | 196 | +          name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM  | 
197 | 197 | 
 
  | 
198 |  | -      - name: Inflate target directories (2.12.18, rootJVM)  | 
 | 198 | +      - name: Inflate target directories (2.12.19, rootJVM)  | 
199 | 199 |         run: |  | 
200 | 200 |           tar xf targets.tar  | 
201 | 201 |           rm targets.tar  | 
202 | 202 | 
  | 
203 |  | -      - name: Download target directories (2.12.18, rootNative)  | 
 | 203 | +      - name: Download target directories (2.12.19, rootNative)  | 
204 | 204 |         uses: actions/download-artifact@v3  | 
205 | 205 |         with:  | 
206 |  | -          name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative  | 
 | 206 | +          name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootNative  | 
207 | 207 | 
 
  | 
208 |  | -      - name: Inflate target directories (2.12.18, rootNative)  | 
 | 208 | +      - name: Inflate target directories (2.12.19, rootNative)  | 
209 | 209 |         run: |  | 
210 | 210 |           tar xf targets.tar  | 
211 | 211 |           rm targets.tar  | 
 | 
0 commit comments