We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605fed6 commit ed9e370Copy full SHA for ed9e370
.github/workflows/ci.yml
@@ -188,12 +188,12 @@ jobs:
188
~/Library/Caches/Coursier/v1
189
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
190
191
- - name: Download target directories (2.12.18, rootJVM)
+ - name: Download target directories (2.12.19, rootJVM)
192
uses: actions/download-artifact@v3
193
with:
194
- name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM
+ name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM
195
196
- - name: Inflate target directories (2.12.18, rootJVM)
+ - name: Inflate target directories (2.12.19, rootJVM)
197
run: |
198
tar xf targets.tar
199
rm targets.tar
0 commit comments