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 fa95fe9 commit efc0433Copy full SHA for efc0433
.github/workflows/ci.yml
@@ -110,12 +110,12 @@ jobs:
110
tar xf targets.tar
111
rm targets.tar
112
113
- - name: Download target directories (2.13.16)
+ - name: Download target directories (2.13.17)
114
uses: actions/download-artifact@v5
115
with:
116
- name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
117
118
- - name: Inflate target directories (2.13.16)
+ - name: Inflate target directories (2.13.17)
119
run: |
120
121
0 commit comments