@@ -147,32 +147,32 @@ jobs:
147
147
~/Library/Caches/Coursier/v1
148
148
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
149
149
150
- - name : Download target directories (2.12.17 , rootJS)
150
+ - name : Download target directories (2.12.19 , rootJS)
151
151
uses : actions/download-artifact@v3
152
152
with :
153
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJS
153
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.19 -rootJS
154
154
155
- - name : Inflate target directories (2.12.17 , rootJS)
155
+ - name : Inflate target directories (2.12.19 , rootJS)
156
156
run : |
157
157
tar xf targets.tar
158
158
rm targets.tar
159
159
160
- - name : Download target directories (2.12.17 , rootJVM)
160
+ - name : Download target directories (2.12.19 , rootJVM)
161
161
uses : actions/download-artifact@v3
162
162
with :
163
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJVM
163
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.19 -rootJVM
164
164
165
- - name : Inflate target directories (2.12.17 , rootJVM)
165
+ - name : Inflate target directories (2.12.19 , rootJVM)
166
166
run : |
167
167
tar xf targets.tar
168
168
rm targets.tar
169
169
170
- - name : Download target directories (2.12.17 , rootNative)
170
+ - name : Download target directories (2.12.19 , rootNative)
171
171
uses : actions/download-artifact@v3
172
172
with :
173
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootNative
173
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.19 -rootNative
174
174
175
- - name : Inflate target directories (2.12.17 , rootNative)
175
+ - name : Inflate target directories (2.12.19 , rootNative)
176
176
run : |
177
177
tar xf targets.tar
178
178
rm targets.tar
0 commit comments