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 d9c9b11 commit 05645b4Copy full SHA for 05645b4
.github/workflows/ci.yml
@@ -130,12 +130,12 @@ jobs:
130
tar xf targets.tar
131
rm targets.tar
132
133
- - name: Download target directories (3.3.3)
+ - name: Download target directories (3.4.1)
134
uses: actions/download-artifact@v4
135
with:
136
- name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
+ name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }}
137
138
- - name: Inflate target directories (3.3.3)
+ - name: Inflate target directories (3.4.1)
139
run: |
140
141
0 commit comments