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 718c924 commit 83b1d4cCopy full SHA for 83b1d4c
.github/workflows/ci.yml
@@ -98,12 +98,12 @@ jobs:
98
tar xf targets.tar
99
rm targets.tar
100
101
- - name: Download target directories (2.13.16)
+ - name: Download target directories (2.13.18)
102
uses: actions/download-artifact@v6
103
with:
104
- name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
105
106
- - name: Inflate target directories (2.13.16)
+ - name: Inflate target directories (2.13.18)
107
run: |
108
109
0 commit comments