Skip to content

Commit 569d6f7

Browse files
build(deps): bump actions/download-artifact from 7 to 8 (#1058)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p> <blockquote> <h2>v8.0.0</h2> <h2>v8 - What's new</h2> <h3>Direct downloads</h3> <p>To support direct uploads in <code>actions/upload-artifact</code>, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the <code>Content-Type</code> header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new <code>skip-decompress</code> parameter to <code>false</code>.</p> <h3>Enforced checks (breaking)</h3> <p>A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the <code>digest-mismatch</code> parameter. To be secure by default, we are now defaulting the behavior to <code>error</code> which will fail the workflow run.</p> <h3>ESM</h3> <p>To support new versions of the @actions/* packages, we've upgraded the package to ESM.</p> <h2>What's Changed</h2> <ul> <li>Don't attempt to un-zip non-zipped downloads by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/download-artifact/pull/460">actions/download-artifact#460</a></li> <li>Add a setting to specify what to do on hash mismatch and default it to <code>error</code> by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/download-artifact/pull/461">actions/download-artifact#461</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/download-artifact/compare/v7...v8.0.0">https://github.com/actions/download-artifact/compare/v7...v8.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/download-artifact/commit/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3"><code>70fc10c</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/461">#461</a> from actions/danwkennedy/digest-mismatch-behavior</li> <li><a href="https://github.com/actions/download-artifact/commit/f258da9a506b755b84a09a531814700b86ccfc62"><code>f258da9</code></a> Add change docs</li> <li><a href="https://github.com/actions/download-artifact/commit/ccc058e5fbb0bb2352213eaec3491e117cbc4a5c"><code>ccc058e</code></a> Fix linting issues</li> <li><a href="https://github.com/actions/download-artifact/commit/bd7976ba57ecea96e6f3df575eb922d11a12a9fd"><code>bd7976b</code></a> Add a setting to specify what to do on hash mismatch and default it to <code>error</code></li> <li><a href="https://github.com/actions/download-artifact/commit/ac21fcf45e0aaee541c0f7030558bdad38d77d6c"><code>ac21fcf</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/460">#460</a> from actions/danwkennedy/download-no-unzip</li> <li><a href="https://github.com/actions/download-artifact/commit/15999bff51058bc7c19b50ebbba518eaef7c26c0"><code>15999bf</code></a> Add note about package bumps</li> <li><a href="https://github.com/actions/download-artifact/commit/974686ed5098c7f9c9289ec946b9058e496a2561"><code>974686e</code></a> Bump the version to <code>v8</code> and add release notes</li> <li><a href="https://github.com/actions/download-artifact/commit/fbe48b1d2756394be4cd4358ed3bc1343b330e75"><code>fbe48b1</code></a> Update test names to make it clearer what they do</li> <li><a href="https://github.com/actions/download-artifact/commit/96bf374a614d4360e225874c3efd6893a3f285e7"><code>96bf374</code></a> One more test fix</li> <li><a href="https://github.com/actions/download-artifact/commit/b8c4819ef592cbe04fd93534534b38f853864332"><code>b8c4819</code></a> Fix skip decompress test</li> <li>Additional commits viewable in <a href="https://github.com/actions/download-artifact/compare/v7...v8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/download-artifact&package-manager=github_actions&previous-version=7&new-version=8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b045692 commit 569d6f7

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

.github/workflows/check-geometry-configs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: actions/download-artifact@v7
15+
- uses: actions/download-artifact@v8
1616
with:
1717
name: build-gcc-nightly-fast-eic-shell
1818
path: install/

.github/workflows/check-tracking-geometry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
detector_config: ${{fromJson(inputs.detector_configs)}}
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: actions/download-artifact@v7
18+
- uses: actions/download-artifact@v8
1919
with:
2020
name: build-gcc-nightly-fast-eic-shell
2121
path: install/

.github/workflows/convert-to-gdml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: actions/download-artifact@v7
15+
- uses: actions/download-artifact@v8
1616
with:
1717
name: build-gcc-nightly-full-eic-shell
1818
path: install/

.github/workflows/convert-to-step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
detector_config: ${{fromJson(inputs.detector_configs)}}
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: actions/download-artifact@v7
18+
- uses: actions/download-artifact@v8
1919
with:
2020
name: build-gcc-nightly-fast-eic-shell
2121
path: install/

.github/workflows/convert-to-tgeo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: actions/download-artifact@v7
15+
- uses: actions/download-artifact@v8
1616
with:
1717
name: build-gcc-nightly-full-eic-shell
1818
path: install/

.github/workflows/linux-eic-shell.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
needs: build
123123
steps:
124-
- uses: actions/download-artifact@v7
124+
- uses: actions/download-artifact@v8
125125
with:
126126
name: build-gcc-nightly-full-eic-shell
127127
path: install/
@@ -151,7 +151,7 @@ jobs:
151151
- check-tracking-geometry
152152
steps:
153153
- uses: actions/checkout@v6
154-
- uses: actions/download-artifact@v7
154+
- uses: actions/download-artifact@v8
155155
with:
156156
name: build-gcc-nightly-full-eic-shell
157157
path: install/
@@ -208,7 +208,7 @@ jobs:
208208
detector_config: [epic_craterlake]
209209
steps:
210210
- uses: actions/checkout@v6
211-
- uses: actions/download-artifact@v7
211+
- uses: actions/download-artifact@v8
212212
with:
213213
name: build-gcc-nightly-full-eic-shell
214214
path: install/
@@ -235,7 +235,7 @@ jobs:
235235
detector_config: [epic_craterlake]
236236
steps:
237237
- uses: actions/checkout@v6
238-
- uses: actions/download-artifact@v7
238+
- uses: actions/download-artifact@v8
239239
with:
240240
name: build-gcc-nightly-full-eic-shell
241241
path: install/
@@ -303,7 +303,7 @@ jobs:
303303
fail-fast: false
304304
steps:
305305
- uses: actions/checkout@v6
306-
- uses: actions/download-artifact@v7
306+
- uses: actions/download-artifact@v8
307307
with:
308308
name: build-gcc-nightly-full-eic-shell
309309
path: install/
@@ -325,7 +325,7 @@ jobs:
325325
if: github.ref == 'refs/heads/main'
326326
steps:
327327
- uses: actions/checkout@v6
328-
- uses: actions/download-artifact@v7
328+
- uses: actions/download-artifact@v8
329329
with:
330330
name: build-gcc-nightly-full-eic-shell
331331
path: install/
@@ -360,7 +360,7 @@ jobs:
360360
fail-fast: false
361361
steps:
362362
- uses: actions/checkout@v6
363-
- uses: actions/download-artifact@v7
363+
- uses: actions/download-artifact@v8
364364
with:
365365
name: build-gcc-nightly-full-eic-shell
366366
path: install/
@@ -385,7 +385,7 @@ jobs:
385385
fail-fast: false
386386
steps:
387387
- uses: actions/checkout@v6
388-
- uses: actions/download-artifact@v7
388+
- uses: actions/download-artifact@v8
389389
with:
390390
name: build-gcc-nightly-fast-eic-shell
391391
path: install/
@@ -446,7 +446,7 @@ jobs:
446446
fail-fast: false
447447
steps:
448448
- uses: actions/checkout@v6
449-
- uses: actions/download-artifact@v7
449+
- uses: actions/download-artifact@v8
450450
with:
451451
name: build-gcc-nightly-fast-eic-shell
452452
path: install/
@@ -475,7 +475,7 @@ jobs:
475475
fail-fast: false
476476
steps:
477477
- uses: actions/checkout@v6
478-
- uses: actions/download-artifact@v7
478+
- uses: actions/download-artifact@v8
479479
with:
480480
name: ${{ matrix.detector_config }}.prim
481481
path: prim/
@@ -505,7 +505,7 @@ jobs:
505505
fail-fast: false
506506
steps:
507507
- uses: actions/checkout@v6
508-
- uses: actions/download-artifact@v7
508+
- uses: actions/download-artifact@v8
509509
with:
510510
name: ${{ matrix.detector_config }}.prim
511511
path: prim/
@@ -549,7 +549,7 @@ jobs:
549549
detector_config: [epic_craterlake]
550550
steps:
551551
- uses: actions/checkout@v6
552-
- uses: actions/download-artifact@v7
552+
- uses: actions/download-artifact@v8
553553
with:
554554
name: build-gcc-nightly-full-eic-shell
555555
path: install/
@@ -607,7 +607,7 @@ jobs:
607607
minq2: 1000
608608
steps:
609609
- uses: actions/checkout@v6
610-
- uses: actions/download-artifact@v7
610+
- uses: actions/download-artifact@v8
611611
with:
612612
name: build-gcc-nightly-full-eic-shell
613613
path: install/
@@ -685,7 +685,7 @@ jobs:
685685
- merge-dawn-view
686686
steps:
687687
- uses: actions/checkout@v6
688-
- uses: actions/download-artifact@v7
688+
- uses: actions/download-artifact@v8
689689
with:
690690
path: artifacts/
691691
- uses: actions/jekyll-build-pages@v1

0 commit comments

Comments
 (0)