Skip to content

Commit 3d06ab7

Browse files
committed
Regenerate workflow with sbt-github-actions
1 parent 94580c8 commit 3d06ab7

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

99-
- name: Download target directories (2.13.6)
99+
- name: Download target directories (2.13.7)
100100
uses: actions/download-artifact@v2
101101
with:
102-
name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }}
102+
name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }}
103103

104-
- name: Inflate target directories (2.13.6)
104+
- name: Inflate target directories (2.13.7)
105105
run: |
106106
tar xf targets.tar
107107
rm targets.tar

0 commit comments

Comments
 (0)