Skip to content

Commit 55b6c70

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent fafd336 commit 55b6c70

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,32 +150,32 @@ jobs:
150150
~/Library/Caches/Coursier/v1
151151
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
152152

153-
- name: Download target directories (3.3.3, rootJS)
153+
- name: Download target directories (3.3.4, rootJS)
154154
uses: actions/download-artifact@v3
155155
with:
156-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJS
156+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJS
157157

158-
- name: Inflate target directories (3.3.3, rootJS)
158+
- name: Inflate target directories (3.3.4, rootJS)
159159
run: |
160160
tar xf targets.tar
161161
rm targets.tar
162162
163-
- name: Download target directories (3.3.3, rootJVM)
163+
- name: Download target directories (3.3.4, rootJVM)
164164
uses: actions/download-artifact@v3
165165
with:
166-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJVM
166+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJVM
167167

168-
- name: Inflate target directories (3.3.3, rootJVM)
168+
- name: Inflate target directories (3.3.4, rootJVM)
169169
run: |
170170
tar xf targets.tar
171171
rm targets.tar
172172
173-
- name: Download target directories (3.3.3, rootNative)
173+
- name: Download target directories (3.3.4, rootNative)
174174
uses: actions/download-artifact@v3
175175
with:
176-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative
176+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootNative
177177

178-
- name: Inflate target directories (3.3.3, rootNative)
178+
- name: Inflate target directories (3.3.4, rootNative)
179179
run: |
180180
tar xf targets.tar
181181
rm targets.tar

0 commit comments

Comments
 (0)