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 255de0f commit 983d13bCopy full SHA for 983d13b
.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.15)
+ - name: Download target directories (2.13.16)
114
uses: actions/download-artifact@v4
115
with:
116
- name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
117
118
- - name: Inflate target directories (2.13.15)
+ - name: Inflate target directories (2.13.16)
119
run: |
120
121
0 commit comments