Skip to content

Commit f6e6390

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent f6c0d98 commit f6e6390

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
@@ -151,32 +151,32 @@ jobs:
151151
~/Library/Caches/Coursier/v1
152152
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
153153

154-
- name: Download target directories (2.12.17, rootJS)
154+
- name: Download target directories (2.12.18, rootJS)
155155
uses: actions/download-artifact@v3
156156
with:
157-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
157+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS
158158

159-
- name: Inflate target directories (2.12.17, rootJS)
159+
- name: Inflate target directories (2.12.18, rootJS)
160160
run: |
161161
tar xf targets.tar
162162
rm targets.tar
163163
164-
- name: Download target directories (2.12.17, rootJVM)
164+
- name: Download target directories (2.12.18, rootJVM)
165165
uses: actions/download-artifact@v3
166166
with:
167-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
167+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM
168168

169-
- name: Inflate target directories (2.12.17, rootJVM)
169+
- name: Inflate target directories (2.12.18, rootJVM)
170170
run: |
171171
tar xf targets.tar
172172
rm targets.tar
173173
174-
- name: Download target directories (2.12.17, rootNative)
174+
- name: Download target directories (2.12.18, rootNative)
175175
uses: actions/download-artifact@v3
176176
with:
177-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative
177+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootNative
178178

179-
- name: Inflate target directories (2.12.17, rootNative)
179+
- name: Inflate target directories (2.12.18, rootNative)
180180
run: |
181181
tar xf targets.tar
182182
rm targets.tar

0 commit comments

Comments
 (0)