1 parent e87ec9b commit 97f458eCopy full SHA for 97f458e
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest, macos-12, macos-latest]
26
- scala: [2.12.20, 2.13.14, 3.3.3]
+ scala: [2.12.20, 2.13.14, 3.3.4]
27
java: [temurin@8, temurin@11, temurin@17, temurin@21]
28
exclude:
29
- java: temurin@8
@@ -169,12 +169,12 @@ jobs:
169
tar xf targets.tar
170
rm targets.tar
171
172
- - name: Download target directories (3.3.3)
+ - name: Download target directories (3.3.4)
173
uses: actions/download-artifact@v4
174
with:
175
- name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
+ name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
176
177
- - name: Inflate target directories (3.3.3)
+ - name: Inflate target directories (3.3.4)
178
run: |
179
180
0 commit comments