Skip to content

Commit 59b6c90

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent fb69339 commit 59b6c90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,12 @@ jobs:
234234
tar xf targets.tar
235235
rm targets.tar
236236
237-
- name: Download target directories (2.13.8)
237+
- name: Download target directories (2.13.10)
238238
uses: actions/download-artifact@v2
239239
with:
240-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8
240+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10
241241

242-
- name: Inflate target directories (2.13.8)
242+
- name: Inflate target directories (2.13.10)
243243
run: |
244244
tar xf targets.tar
245245
rm targets.tar

0 commit comments

Comments
 (0)