Skip to content

Commit 389f26a

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent c370c49 commit 389f26a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,32 +226,32 @@ jobs:
226226
tar xf targets.tar
227227
rm targets.tar
228228
229-
- name: Download target directories (2.12.17, rootJS, 1)
229+
- name: Download target directories (2.12.18, rootJS, 1)
230230
uses: actions/download-artifact@v3
231231
with:
232-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1
232+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1
233233

234-
- name: Inflate target directories (2.12.17, rootJS, 1)
234+
- name: Inflate target directories (2.12.18, rootJS, 1)
235235
run: |
236236
tar xf targets.tar
237237
rm targets.tar
238238
239-
- name: Download target directories (2.12.17, rootJVM, 1)
239+
- name: Download target directories (2.12.18, rootJVM, 1)
240240
uses: actions/download-artifact@v3
241241
with:
242-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-1
242+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM-1
243243

244-
- name: Inflate target directories (2.12.17, rootJVM, 1)
244+
- name: Inflate target directories (2.12.18, rootJVM, 1)
245245
run: |
246246
tar xf targets.tar
247247
rm targets.tar
248248
249-
- name: Download target directories (2.12.17, rootNative, 1)
249+
- name: Download target directories (2.12.18, rootNative, 1)
250250
uses: actions/download-artifact@v3
251251
with:
252-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-1
252+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative-1
253253

254-
- name: Inflate target directories (2.12.17, rootNative, 1)
254+
- name: Inflate target directories (2.12.18, rootNative, 1)
255255
run: |
256256
tar xf targets.tar
257257
rm targets.tar

0 commit comments

Comments
 (0)