We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5feec2 commit a657cabCopy full SHA for a657cab
.github/workflows/ci.yml
@@ -257,12 +257,12 @@ jobs:
257
tar xf targets.tar
258
rm targets.tar
259
260
- - name: Download target directories (2.13.12, rootNative)
+ - name: Download target directories (2.13.18, rootNative)
261
uses: actions/download-artifact@v3
262
with:
263
- name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative
+ name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.18-rootNative
264
265
- - name: Inflate target directories (2.13.12, rootNative)
+ - name: Inflate target directories (2.13.18, rootNative)
266
run: |
267
268
0 commit comments