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