Skip to content

Commit 2748ffe

Browse files
Regenerate workflow with sbt-github-actions
1 parent 0205def commit 2748ffe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,22 +216,22 @@ jobs:
216216
tar xf targets.tar
217217
rm targets.tar
218218
219-
- name: Download target directories (2.12.15, rootJS)
219+
- name: Download target directories (2.12.16, rootJS)
220220
uses: actions/download-artifact@v2
221221
with:
222-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS
222+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS
223223

224-
- name: Inflate target directories (2.12.15, rootJS)
224+
- name: Inflate target directories (2.12.16, rootJS)
225225
run: |
226226
tar xf targets.tar
227227
rm targets.tar
228228
229-
- name: Download target directories (2.12.15, rootJVM)
229+
- name: Download target directories (2.12.16, rootJVM)
230230
uses: actions/download-artifact@v2
231231
with:
232-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM
232+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM
233233

234-
- name: Inflate target directories (2.12.15, rootJVM)
234+
- name: Inflate target directories (2.12.16, rootJVM)
235235
run: |
236236
tar xf targets.tar
237237
rm targets.tar

0 commit comments

Comments
 (0)