Skip to content

Commit 719758a

Browse files
committed
Regenerate workflow with sbt-github-actions
1 parent 3928032 commit 719758a

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

100-
- name: Download target directories (2.13.5)
100+
- name: Download target directories (2.13.6)
101101
uses: actions/download-artifact@v2
102102
with:
103-
name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }}
103+
name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }}
104104

105-
- name: Inflate target directories (2.13.5)
105+
- name: Inflate target directories (2.13.6)
106106
run: |
107107
tar xf targets.tar
108108
rm targets.tar

0 commit comments

Comments
 (0)