Skip to content

Commit a657cab

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent b5feec2 commit a657cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,12 @@ jobs:
257257
tar xf targets.tar
258258
rm targets.tar
259259
260-
- name: Download target directories (2.13.12, rootNative)
260+
- name: Download target directories (2.13.18, rootNative)
261261
uses: actions/download-artifact@v3
262262
with:
263-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative
263+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.18-rootNative
264264

265-
- name: Inflate target directories (2.13.12, rootNative)
265+
- name: Inflate target directories (2.13.18, rootNative)
266266
run: |
267267
tar xf targets.tar
268268
rm targets.tar

0 commit comments

Comments
 (0)