We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139c547 commit 93686cbCopy full SHA for 93686cb
.github/workflows/ci.yml
@@ -229,12 +229,12 @@ jobs:
229
tar xf targets.tar
230
rm targets.tar
231
232
- - name: Download target directories (2.13.11)
+ - name: Download target directories (2.13.13)
233
uses: actions/download-artifact@v3
234
with:
235
- name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11
+ name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13
236
237
- - name: Inflate target directories (2.13.11)
+ - name: Inflate target directories (2.13.13)
238
run: |
239
240
0 commit comments