Skip to content

Commit d799e18

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent fe44d5b commit d799e18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,22 +167,22 @@ jobs:
167167
tar xf targets.tar
168168
rm targets.tar
169169
170-
- name: Download target directories (2.13.9, rootJS)
170+
- name: Download target directories (2.13.10, rootJS)
171171
uses: actions/download-artifact@v2
172172
with:
173-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJS
173+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS
174174

175-
- name: Inflate target directories (2.13.9, rootJS)
175+
- name: Inflate target directories (2.13.10, rootJS)
176176
run: |
177177
tar xf targets.tar
178178
rm targets.tar
179179
180-
- name: Download target directories (2.13.9, rootJVM)
180+
- name: Download target directories (2.13.10, rootJVM)
181181
uses: actions/download-artifact@v2
182182
with:
183-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJVM
183+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
184184

185-
- name: Inflate target directories (2.13.9, rootJVM)
185+
- name: Inflate target directories (2.13.10, rootJVM)
186186
run: |
187187
tar xf targets.tar
188188
rm targets.tar

0 commit comments

Comments
 (0)