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 c42bdda commit 8ec51a8Copy full SHA for 8ec51a8
.github/workflows/ci.yml
@@ -120,12 +120,12 @@ jobs:
120
tar xf targets.tar
121
rm targets.tar
122
123
- - name: Download target directories (3.3.5)
+ - name: Download target directories (3.3.6)
124
uses: actions/download-artifact@v4
125
with:
126
- name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }}
+ name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
127
128
- - name: Inflate target directories (3.3.5)
+ - name: Inflate target directories (3.3.6)
129
run: |
130
131
0 commit comments