Skip to content

Commit 5801714

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent f34661a commit 5801714

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
@@ -229,32 +229,32 @@ jobs:
229229
tar xf targets.tar
230230
rm targets.tar
231231
232-
- name: Download target directories (2.13.10, rootJS)
232+
- name: Download target directories (2.13.11, rootJS)
233233
uses: actions/download-artifact@v3
234234
with:
235-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS
235+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS
236236

237-
- name: Inflate target directories (2.13.10, rootJS)
237+
- name: Inflate target directories (2.13.11, rootJS)
238238
run: |
239239
tar xf targets.tar
240240
rm targets.tar
241241
242-
- name: Download target directories (2.13.10, rootJVM)
242+
- name: Download target directories (2.13.11, rootJVM)
243243
uses: actions/download-artifact@v3
244244
with:
245-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
245+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM
246246

247-
- name: Inflate target directories (2.13.10, rootJVM)
247+
- name: Inflate target directories (2.13.11, rootJVM)
248248
run: |
249249
tar xf targets.tar
250250
rm targets.tar
251251
252-
- name: Download target directories (2.13.10, rootNative)
252+
- name: Download target directories (2.13.11, rootNative)
253253
uses: actions/download-artifact@v3
254254
with:
255-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative
255+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootNative
256256

257-
- name: Inflate target directories (2.13.10, rootNative)
257+
- name: Inflate target directories (2.13.11, rootNative)
258258
run: |
259259
tar xf targets.tar
260260
rm targets.tar

0 commit comments

Comments
 (0)