We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3f5e7 commit a786b17Copy full SHA for a786b17
.github/workflows/ci.yml
@@ -199,12 +199,12 @@ jobs:
199
tar xf targets.tar
200
rm targets.tar
201
202
- - name: Download target directories (2.13.10, rootJVM)
+ - name: Download target directories (2.13.14, rootJVM)
203
uses: actions/download-artifact@v2
204
with:
205
- name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
+ name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJVM
206
207
- - name: Inflate target directories (2.13.10, rootJVM)
+ - name: Inflate target directories (2.13.14, rootJVM)
208
run: |
209
210
0 commit comments