Skip to content

Commit 6676cd6

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ef0509 commit 6676cd6

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
@@ -197,7 +197,7 @@ jobs:
197197
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
198198

199199
- name: Download target directories (2.12.17, rootJS)
200-
uses: actions/download-artifact@v3
200+
uses: actions/download-artifact@v4.1.7
201201
with:
202202
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
203203

@@ -207,7 +207,7 @@ jobs:
207207
rm targets.tar
208208
209209
- name: Download target directories (2.12.17, rootJVM)
210-
uses: actions/download-artifact@v3
210+
uses: actions/download-artifact@v4.1.7
211211
with:
212212
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
213213

@@ -217,7 +217,7 @@ jobs:
217217
rm targets.tar
218218
219219
- name: Download target directories (2.12.17, rootNative)
220-
uses: actions/download-artifact@v3
220+
uses: actions/download-artifact@v4.1.7
221221
with:
222222
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative
223223

@@ -227,7 +227,7 @@ jobs:
227227
rm targets.tar
228228
229229
- name: Download target directories (2.13.10, rootJS)
230-
uses: actions/download-artifact@v3
230+
uses: actions/download-artifact@v4.1.7
231231
with:
232232
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS
233233

@@ -237,7 +237,7 @@ jobs:
237237
rm targets.tar
238238
239239
- name: Download target directories (2.13.10, rootJVM)
240-
uses: actions/download-artifact@v3
240+
uses: actions/download-artifact@v4.1.7
241241
with:
242242
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
243243

@@ -247,7 +247,7 @@ jobs:
247247
rm targets.tar
248248
249249
- name: Download target directories (2.13.10, rootNative)
250-
uses: actions/download-artifact@v3
250+
uses: actions/download-artifact@v4.1.7
251251
with:
252252
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative
253253

@@ -257,7 +257,7 @@ jobs:
257257
rm targets.tar
258258
259259
- name: Download target directories (3.2.2, rootJS)
260-
uses: actions/download-artifact@v3
260+
uses: actions/download-artifact@v4.1.7
261261
with:
262262
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJS
263263

@@ -267,7 +267,7 @@ jobs:
267267
rm targets.tar
268268
269269
- name: Download target directories (3.2.2, rootJVM)
270-
uses: actions/download-artifact@v3
270+
uses: actions/download-artifact@v4.1.7
271271
with:
272272
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM
273273

@@ -277,7 +277,7 @@ jobs:
277277
rm targets.tar
278278
279279
- name: Download target directories (3.2.2, rootNative)
280-
uses: actions/download-artifact@v3
280+
uses: actions/download-artifact@v4.1.7
281281
with:
282282
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootNative
283283

0 commit comments

Comments
 (0)