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 8629ff7 commit 0d424b0Copy full SHA for 0d424b0
.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.4)
+ - name: Download target directories (3.3.5)
124
uses: actions/download-artifact@v4
125
with:
126
- name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
+ name: target-${{ matrix.os }}-3.3.5-${{ matrix.java }}
127
128
- - name: Inflate target directories (3.3.4)
+ - name: Inflate target directories (3.3.5)
129
run: |
130
131
0 commit comments