Skip to content

Commit fe2a7e7

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 6cbaa69 commit fe2a7e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -232,32 +232,32 @@ jobs:
232232
~/Library/Caches/Coursier/v1
233233
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
234234

235-
- name: Download target directories (2.12.16, rootJS)
235+
- name: Download target directories (2.12.17, rootJS)
236236
uses: actions/download-artifact@v2
237237
with:
238-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS
238+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
239239

240-
- name: Inflate target directories (2.12.16, rootJS)
240+
- name: Inflate target directories (2.12.17, rootJS)
241241
run: |
242242
tar xf targets.tar
243243
rm targets.tar
244244
245-
- name: Download target directories (2.12.16, rootJVM)
245+
- name: Download target directories (2.12.17, rootJVM)
246246
uses: actions/download-artifact@v2
247247
with:
248-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM
248+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
249249

250-
- name: Inflate target directories (2.12.16, rootJVM)
250+
- name: Inflate target directories (2.12.17, rootJVM)
251251
run: |
252252
tar xf targets.tar
253253
rm targets.tar
254254
255-
- name: Download target directories (2.12.16, rootNative)
255+
- name: Download target directories (2.12.17, rootNative)
256256
uses: actions/download-artifact@v2
257257
with:
258-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootNative
258+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative
259259

260-
- name: Inflate target directories (2.12.16, rootNative)
260+
- name: Inflate target directories (2.12.17, rootNative)
261261
run: |
262262
tar xf targets.tar
263263
rm targets.tar

0 commit comments

Comments
 (0)