Skip to content

Commit c4984c0

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent ad20a78 commit c4984c0

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
@@ -79,12 +79,12 @@ jobs:
7979
java-version: 8
8080
cache: sbt
8181

82-
- name: Download target directories (2.12.18)
82+
- name: Download target directories (2.12.19)
8383
uses: actions/download-artifact@v4
8484
with:
85-
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
85+
name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }}
8686

87-
- name: Inflate target directories (2.12.18)
87+
- name: Inflate target directories (2.12.19)
8888
run: |
8989
tar xf targets.tar
9090
rm targets.tar

0 commit comments

Comments
 (0)