Skip to content

Commit 0361acf

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 0ff8ff3 commit 0361acf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ jobs:
114114
~/Library/Caches/Coursier/v1
115115
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
116116

117-
- name: Download target directories (2.13.7)
117+
- name: Download target directories (2.13.16)
118118
uses: actions/download-artifact@v2
119119
with:
120-
name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }}
120+
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
121121

122-
- name: Inflate target directories (2.13.7)
122+
- name: Inflate target directories (2.13.16)
123123
run: |
124124
tar xf targets.tar
125125
rm targets.tar

0 commit comments

Comments
 (0)