We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb69339 commit 59b6c90Copy full SHA for 59b6c90
.github/workflows/ci.yml
@@ -234,12 +234,12 @@ jobs:
234
tar xf targets.tar
235
rm targets.tar
236
237
- - name: Download target directories (2.13.8)
+ - name: Download target directories (2.13.10)
238
uses: actions/download-artifact@v2
239
with:
240
- name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8
+ name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10
241
242
- - name: Inflate target directories (2.13.8)
+ - name: Inflate target directories (2.13.10)
243
run: |
244
245
0 commit comments