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 6f0e43b commit 4d74516Copy full SHA for 4d74516
.github/workflows/ci.yml
@@ -99,12 +99,12 @@ jobs:
99
tar xf targets.tar
100
rm targets.tar
101
102
- - name: Download target directories (3.3.3)
+ - name: Download target directories (3.4.1)
103
uses: actions/download-artifact@v4
104
with:
105
- name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
+ name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }}
106
107
- - name: Inflate target directories (3.3.3)
+ - name: Inflate target directories (3.4.1)
108
run: |
109
110
0 commit comments