Skip to content

Commit d1c69c9

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 2889f73 commit d1c69c9

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
@@ -180,32 +180,32 @@ jobs:
180180
tar xf targets.tar
181181
rm targets.tar
182182
183-
- name: Download target directories (2.12.18, rootJS)
183+
- name: Download target directories (2.12.19, rootJS)
184184
uses: actions/download-artifact@v3
185185
with:
186-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS
186+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJS
187187

188-
- name: Inflate target directories (2.12.18, rootJS)
188+
- name: Inflate target directories (2.12.19, rootJS)
189189
run: |
190190
tar xf targets.tar
191191
rm targets.tar
192192
193-
- name: Download target directories (2.12.18, rootJVM)
193+
- name: Download target directories (2.12.19, rootJVM)
194194
uses: actions/download-artifact@v3
195195
with:
196-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM
196+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM
197197

198-
- name: Inflate target directories (2.12.18, rootJVM)
198+
- name: Inflate target directories (2.12.19, rootJVM)
199199
run: |
200200
tar xf targets.tar
201201
rm targets.tar
202202
203-
- name: Download target directories (2.12.18, rootNative)
203+
- name: Download target directories (2.12.19, rootNative)
204204
uses: actions/download-artifact@v3
205205
with:
206-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative
206+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootNative
207207

208-
- name: Inflate target directories (2.12.18, rootNative)
208+
- name: Inflate target directories (2.12.19, rootNative)
209209
run: |
210210
tar xf targets.tar
211211
rm targets.tar

0 commit comments

Comments
 (0)