Skip to content

Commit 00706fb

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 199d634 commit 00706fb

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
@@ -189,12 +189,12 @@ jobs:
189189
~/Library/Caches/Coursier/v1
190190
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
191191

192-
- name: Download target directories (2.12.17, rootJVM)
192+
- name: Download target directories (2.12.19, rootJVM)
193193
uses: actions/download-artifact@v2
194194
with:
195-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
195+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM
196196

197-
- name: Inflate target directories (2.12.17, rootJVM)
197+
- name: Inflate target directories (2.12.19, rootJVM)
198198
run: |
199199
tar xf targets.tar
200200
rm targets.tar

0 commit comments

Comments
 (0)