Skip to content

Commit 41ed5f4

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent b6e7dfb commit 41ed5f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,22 +143,22 @@ jobs:
143143
~/Library/Caches/Coursier/v1
144144
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
145145

146-
- name: Download target directories (2.13.7, rootJS)
146+
- name: Download target directories (2.13.14, rootJS)
147147
uses: actions/download-artifact@v2
148148
with:
149-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.7-rootJS
149+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJS
150150

151-
- name: Inflate target directories (2.13.7, rootJS)
151+
- name: Inflate target directories (2.13.14, rootJS)
152152
run: |
153153
tar xf targets.tar
154154
rm targets.tar
155155
156-
- name: Download target directories (2.13.7, rootJVM)
156+
- name: Download target directories (2.13.14, rootJVM)
157157
uses: actions/download-artifact@v2
158158
with:
159-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.7-rootJVM
159+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJVM
160160

161-
- name: Inflate target directories (2.13.7, rootJVM)
161+
- name: Inflate target directories (2.13.14, rootJVM)
162162
run: |
163163
tar xf targets.tar
164164
rm targets.tar

0 commit comments

Comments
 (0)