We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ceed4 commit 91f6081Copy full SHA for 91f6081
.github/workflows/ci.yml
@@ -208,12 +208,12 @@ jobs:
208
tar xf targets.tar
209
rm targets.tar
210
211
- - name: Download target directories (3.3.0, rootJVM)
+ - name: Download target directories (3.3.3, rootJVM)
212
uses: actions/download-artifact@v3
213
with:
214
- name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJVM
+ name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM
215
216
- - name: Inflate target directories (3.3.0, rootJVM)
+ - name: Inflate target directories (3.3.3, rootJVM)
217
run: |
218
219
0 commit comments