Skip to content

Commit 660b1c1

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 20e59b3 commit 660b1c1

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
@@ -92,12 +92,12 @@ jobs:
9292
tar xf targets.tar
9393
rm targets.tar
9494
95-
- name: Download target directories (2.12.8)
95+
- name: Download target directories (2.12.18)
9696
uses: actions/download-artifact@v4
9797
with:
98-
name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }}
98+
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
9999

100-
- name: Inflate target directories (2.12.8)
100+
- name: Inflate target directories (2.12.18)
101101
run: |
102102
tar xf targets.tar
103103
rm targets.tar

0 commit comments

Comments
 (0)