Skip to content

Commit ed9e370

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 605fed6 commit ed9e370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ jobs:
188188
~/Library/Caches/Coursier/v1
189189
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
190190

191-
- name: Download target directories (2.12.18, rootJVM)
191+
- name: Download target directories (2.12.19, rootJVM)
192192
uses: actions/download-artifact@v3
193193
with:
194-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM
194+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM
195195

196-
- name: Inflate target directories (2.12.18, rootJVM)
196+
- name: Inflate target directories (2.12.19, rootJVM)
197197
run: |
198198
tar xf targets.tar
199199
rm targets.tar

0 commit comments

Comments
 (0)