Skip to content

Commit 69f3f15

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent c4296f7 commit 69f3f15

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
@@ -100,12 +100,12 @@ jobs:
100100
~/Library/Caches/Coursier/v1
101101
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
102102

103-
- name: Download target directories (2.12.17)
103+
- name: Download target directories (2.12.18)
104104
uses: actions/download-artifact@v2
105105
with:
106-
name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }}
106+
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
107107

108-
- name: Inflate target directories (2.12.17)
108+
- name: Inflate target directories (2.12.18)
109109
run: |
110110
tar xf targets.tar
111111
rm targets.tar

0 commit comments

Comments
 (0)