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 31c50a7 commit 1cae7f3Copy full SHA for 1cae7f3
.github/workflows/ci.yml
@@ -105,12 +105,12 @@ jobs:
105
tar xf targets.tar
106
rm targets.tar
107
108
- - name: Download target directories (2.13.17)
+ - name: Download target directories (2.13.18)
109
uses: actions/download-artifact@v5
110
with:
111
- name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
112
113
- - name: Inflate target directories (2.13.17)
+ - name: Inflate target directories (2.13.18)
114
run: |
115
116
0 commit comments