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