Skip to content

Commit f1973be

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 7938d28 commit f1973be

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -206,32 +206,32 @@ jobs:
206206
~/Library/Caches/Coursier/v1
207207
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
208208

209-
- name: Download target directories (2.12.17, rootJS, FastOptStage)
209+
- name: Download target directories (2.12.20, rootJS, FastOptStage)
210210
uses: actions/download-artifact@v3
211211
with:
212-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-FastOptStage
212+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20-rootJS-FastOptStage
213213

214-
- name: Inflate target directories (2.12.17, rootJS, FastOptStage)
214+
- name: Inflate target directories (2.12.20, rootJS, FastOptStage)
215215
run: |
216216
tar xf targets.tar
217217
rm targets.tar
218218
219-
- name: Download target directories (2.12.17, rootJVM, FastOptStage)
219+
- name: Download target directories (2.12.20, rootJVM, FastOptStage)
220220
uses: actions/download-artifact@v3
221221
with:
222-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-FastOptStage
222+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20-rootJVM-FastOptStage
223223

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

234-
- name: Inflate target directories (2.12.17, rootNative, FastOptStage)
234+
- name: Inflate target directories (2.12.20, rootNative, FastOptStage)
235235
run: |
236236
tar xf targets.tar
237237
rm targets.tar

0 commit comments

Comments
 (0)