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