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 20e59b3 commit 660b1c1Copy full SHA for 660b1c1
.github/workflows/ci.yml
@@ -92,12 +92,12 @@ jobs:
92
tar xf targets.tar
93
rm targets.tar
94
95
- - name: Download target directories (2.12.8)
+ - name: Download target directories (2.12.18)
96
uses: actions/download-artifact@v4
97
with:
98
- name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
99
100
- - name: Inflate target directories (2.12.8)
+ - name: Inflate target directories (2.12.18)
101
run: |
102
103
0 commit comments