Skip to content

Commit 91f6081

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 37ceed4 commit 91f6081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@ jobs:
208208
tar xf targets.tar
209209
rm targets.tar
210210
211-
- name: Download target directories (3.3.0, rootJVM)
211+
- name: Download target directories (3.3.3, rootJVM)
212212
uses: actions/download-artifact@v3
213213
with:
214-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJVM
214+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM
215215

216-
- name: Inflate target directories (3.3.0, rootJVM)
216+
- name: Inflate target directories (3.3.3, rootJVM)
217217
run: |
218218
tar xf targets.tar
219219
rm targets.tar

0 commit comments

Comments
 (0)