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