Skip to content

Commit 9c8b2a1

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent f245e2a commit 9c8b2a1

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
@@ -207,32 +207,32 @@ jobs:
207207
tar xf targets.tar
208208
rm targets.tar
209209
210-
- name: Download target directories (3.1.3, rootJS)
210+
- name: Download target directories (3.3.3, rootJS)
211211
uses: actions/download-artifact@v2
212212
with:
213-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJS
213+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJS
214214

215-
- name: Inflate target directories (3.1.3, rootJS)
215+
- name: Inflate target directories (3.3.3, rootJS)
216216
run: |
217217
tar xf targets.tar
218218
rm targets.tar
219219
220-
- name: Download target directories (3.1.3, rootJVM)
220+
- name: Download target directories (3.3.3, rootJVM)
221221
uses: actions/download-artifact@v2
222222
with:
223-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJVM
223+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM
224224

225-
- name: Inflate target directories (3.1.3, rootJVM)
225+
- name: Inflate target directories (3.3.3, rootJVM)
226226
run: |
227227
tar xf targets.tar
228228
rm targets.tar
229229
230-
- name: Download target directories (3.1.3, rootNative)
230+
- name: Download target directories (3.3.3, rootNative)
231231
uses: actions/download-artifact@v2
232232
with:
233-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootNative
233+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative
234234

235-
- name: Inflate target directories (3.1.3, rootNative)
235+
- name: Inflate target directories (3.3.3, rootNative)
236236
run: |
237237
tar xf targets.tar
238238
rm targets.tar

0 commit comments

Comments
 (0)