Skip to content

Commit 97f458e

Browse files
scala-stewardmdedetrich
authored andcommitted
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent e87ec9b commit 97f458e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, macos-12, macos-latest]
26-
scala: [2.12.20, 2.13.14, 3.3.3]
26+
scala: [2.12.20, 2.13.14, 3.3.4]
2727
java: [temurin@8, temurin@11, temurin@17, temurin@21]
2828
exclude:
2929
- java: temurin@8
@@ -169,12 +169,12 @@ jobs:
169169
tar xf targets.tar
170170
rm targets.tar
171171
172-
- name: Download target directories (3.3.3)
172+
- name: Download target directories (3.3.4)
173173
uses: actions/download-artifact@v4
174174
with:
175-
name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
175+
name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }}
176176

177-
- name: Inflate target directories (3.3.3)
177+
- name: Inflate target directories (3.3.4)
178178
run: |
179179
tar xf targets.tar
180180
rm targets.tar

0 commit comments

Comments
 (0)