Skip to content

Commit c32022e

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 6445997 commit c32022e

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
@@ -198,12 +198,12 @@ jobs:
198198
tar xf targets.tar
199199
rm targets.tar
200200
201-
- name: Download target directories (2.13.11, rootJVM)
201+
- name: Download target directories (2.13.13, rootJVM)
202202
uses: actions/download-artifact@v3
203203
with:
204-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM
204+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-rootJVM
205205

206-
- name: Inflate target directories (2.13.11, rootJVM)
206+
- name: Inflate target directories (2.13.13, rootJVM)
207207
run: |
208208
tar xf targets.tar
209209
rm targets.tar

0 commit comments

Comments
 (0)