Skip to content

Commit 6453ff4

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 8728974 commit 6453ff4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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]
26-
scala: [2.13.8, 2.12.16, 3.1.3]
26+
scala: [2.13.8, 2.12.16, 3.3.3]
2727
java: [temurin@8, temurin@17]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -138,12 +138,12 @@ jobs:
138138
tar xf targets.tar
139139
rm targets.tar
140140
141-
- name: Download target directories (3.1.3)
141+
- name: Download target directories (3.3.3)
142142
uses: actions/download-artifact@v2
143143
with:
144-
name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }}
144+
name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }}
145145

146-
- name: Inflate target directories (3.1.3)
146+
- name: Inflate target directories (3.3.3)
147147
run: |
148148
tar xf targets.tar
149149
rm targets.tar

0 commit comments

Comments
 (0)