We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4296f7 commit 69f3f15Copy full SHA for 69f3f15
.github/workflows/ci.yml
@@ -100,12 +100,12 @@ jobs:
100
~/Library/Caches/Coursier/v1
101
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
102
103
- - name: Download target directories (2.12.17)
+ - name: Download target directories (2.12.18)
104
uses: actions/download-artifact@v2
105
with:
106
- name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
107
108
- - name: Inflate target directories (2.12.17)
+ - name: Inflate target directories (2.12.18)
109
run: |
110
tar xf targets.tar
111
rm targets.tar
0 commit comments