We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff8ff3 commit 0361acfCopy full SHA for 0361acf
.github/workflows/ci.yml
@@ -114,12 +114,12 @@ jobs:
114
~/Library/Caches/Coursier/v1
115
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
116
117
- - name: Download target directories (2.13.7)
+ - name: Download target directories (2.13.16)
118
uses: actions/download-artifact@v2
119
with:
120
- name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
121
122
- - name: Inflate target directories (2.13.7)
+ - name: Inflate target directories (2.13.16)
123
run: |
124
tar xf targets.tar
125
rm targets.tar
0 commit comments