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 94580c8 commit 3d06ab7Copy full SHA for 3d06ab7
.github/workflows/ci.yml
@@ -96,12 +96,12 @@ jobs:
96
~/Library/Caches/Coursier/v1
97
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
98
99
- - name: Download target directories (2.13.6)
+ - name: Download target directories (2.13.7)
100
uses: actions/download-artifact@v2
101
with:
102
- name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }}
103
104
- - name: Inflate target directories (2.13.6)
+ - name: Inflate target directories (2.13.7)
105
run: |
106
tar xf targets.tar
107
rm targets.tar
0 commit comments