Skip to content

Commit a786b17

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 9d3f5e7 commit a786b17

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
@@ -199,12 +199,12 @@ jobs:
199199
tar xf targets.tar
200200
rm targets.tar
201201
202-
- name: Download target directories (2.13.10, rootJVM)
202+
- name: Download target directories (2.13.14, rootJVM)
203203
uses: actions/download-artifact@v2
204204
with:
205-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
205+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJVM
206206

207-
- name: Inflate target directories (2.13.10, rootJVM)
207+
- name: Inflate target directories (2.13.14, rootJVM)
208208
run: |
209209
tar xf targets.tar
210210
rm targets.tar

0 commit comments

Comments
 (0)