We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d2df0 commit 510e143Copy full SHA for 510e143
.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.13, 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.13-rootJVM
206
207
- - name: Inflate target directories (2.13.10, rootJVM)
+ - name: Inflate target directories (2.13.13, rootJVM)
208
run: |
209
210
0 commit comments