Skip to content

Commit f459c80

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent bc3652d commit f459c80

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

190-
- name: Download target directories (2.13.10, rootJVM)
190+
- name: Download target directories (2.13.13, rootJVM)
191191
uses: actions/download-artifact@v2
192192
with:
193-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
193+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-rootJVM
194194

195-
- name: Inflate target directories (2.13.10, rootJVM)
195+
- name: Inflate target directories (2.13.13, rootJVM)
196196
run: |
197197
tar xf targets.tar
198198
rm targets.tar

0 commit comments

Comments
 (0)