Skip to content

Commit 218557b

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 8fd77b0 commit 218557b

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
@@ -177,32 +177,32 @@ jobs:
177177
tar xf targets.tar
178178
rm targets.tar
179179
180-
- name: Download target directories (2.13.8, rootJS)
180+
- name: Download target directories (2.13.14, rootJS)
181181
uses: actions/download-artifact@v2
182182
with:
183-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJS
183+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJS
184184

185-
- name: Inflate target directories (2.13.8, rootJS)
185+
- name: Inflate target directories (2.13.14, rootJS)
186186
run: |
187187
tar xf targets.tar
188188
rm targets.tar
189189
190-
- name: Download target directories (2.13.8, rootJVM)
190+
- name: Download target directories (2.13.14, rootJVM)
191191
uses: actions/download-artifact@v2
192192
with:
193-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJVM
193+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJVM
194194

195-
- name: Inflate target directories (2.13.8, rootJVM)
195+
- name: Inflate target directories (2.13.14, rootJVM)
196196
run: |
197197
tar xf targets.tar
198198
rm targets.tar
199199
200-
- name: Download target directories (2.13.8, rootNative)
200+
- name: Download target directories (2.13.14, rootNative)
201201
uses: actions/download-artifact@v2
202202
with:
203-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootNative
203+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootNative
204204

205-
- name: Inflate target directories (2.13.8, rootNative)
205+
- name: Inflate target directories (2.13.14, rootNative)
206206
run: |
207207
tar xf targets.tar
208208
rm targets.tar

0 commit comments

Comments
 (0)