We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab283d6 commit 04345b9Copy full SHA for 04345b9
.github/workflows/ci.yml
@@ -144,12 +144,12 @@ jobs:
144
tar xf targets.tar
145
rm targets.tar
146
147
- - name: Download target directories (2.13.15)
+ - name: Download target directories (2.13.16)
148
uses: actions/download-artifact@v4
149
with:
150
- name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
151
152
- - name: Inflate target directories (2.13.15)
+ - name: Inflate target directories (2.13.16)
153
run: |
154
155
0 commit comments