Skip to content

Commit e0e5d62

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 9395c95 commit e0e5d62

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -147,32 +147,32 @@ jobs:
147147
~/Library/Caches/Coursier/v1
148148
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
149149

150-
- name: Download target directories (2.12.17, rootJS)
150+
- name: Download target directories (2.12.19, rootJS)
151151
uses: actions/download-artifact@v3
152152
with:
153-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
153+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJS
154154

155-
- name: Inflate target directories (2.12.17, rootJS)
155+
- name: Inflate target directories (2.12.19, rootJS)
156156
run: |
157157
tar xf targets.tar
158158
rm targets.tar
159159
160-
- name: Download target directories (2.12.17, rootJVM)
160+
- name: Download target directories (2.12.19, rootJVM)
161161
uses: actions/download-artifact@v3
162162
with:
163-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
163+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM
164164

165-
- name: Inflate target directories (2.12.17, rootJVM)
165+
- name: Inflate target directories (2.12.19, rootJVM)
166166
run: |
167167
tar xf targets.tar
168168
rm targets.tar
169169
170-
- name: Download target directories (2.12.17, rootNative)
170+
- name: Download target directories (2.12.19, rootNative)
171171
uses: actions/download-artifact@v3
172172
with:
173-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative
173+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootNative
174174

175-
- name: Inflate target directories (2.12.17, rootNative)
175+
- name: Inflate target directories (2.12.19, rootNative)
176176
run: |
177177
tar xf targets.tar
178178
rm targets.tar

0 commit comments

Comments
 (0)