Skip to content

Commit 5fc5cb5

Browse files
build(deps): bump actions/download-artifact from 5 to 6 (#2152)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. <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>v6.0.0</h2> <h2>What's Changed</h2> <p><strong>BREAKING CHANGE:</strong> this update supports Node <code>v24.x</code>. This is not a breaking change per-se but we're treating it as such.</p> <ul> <li>Update README for download-artifact v5 changes by <a href="https://github.com/yacaovsnc"><code>@​yacaovsnc</code></a> in <a href="https://redirect.github.com/actions/download-artifact/pull/417">actions/download-artifact#417</a></li> <li>Update README with artifact extraction details by <a href="https://github.com/yacaovsnc"><code>@​yacaovsnc</code></a> in <a href="https://redirect.github.com/actions/download-artifact/pull/424">actions/download-artifact#424</a></li> <li>Readme: spell out the first use of GHES by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/download-artifact/pull/431">actions/download-artifact#431</a></li> <li>Bump <code>@actions/artifact</code> to <code>v4.0.0</code></li> <li>Prepare <code>v6.0.0</code> by <a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> in <a href="https://redirect.github.com/actions/download-artifact/pull/438">actions/download-artifact#438</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/danwkennedy"><code>@​danwkennedy</code></a> made their first contribution in <a href="https://redirect.github.com/actions/download-artifact/pull/431">actions/download-artifact#431</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/download-artifact/compare/v5...v6.0.0">https://github.com/actions/download-artifact/compare/v5...v6.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/download-artifact/commit/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"><code>018cc2c</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/438">#438</a> from actions/danwkennedy/prepare-6.0.0</li> <li><a href="https://github.com/actions/download-artifact/commit/815651c680ffe1c95719d0ed08aba1a2f9d5c177"><code>815651c</code></a> Revert &quot;Remove <code>github.dep.yml</code>&quot;</li> <li><a href="https://github.com/actions/download-artifact/commit/bb3a066a8babc8ed7b3e4218896c548fe34e7115"><code>bb3a066</code></a> Remove <code>github.dep.yml</code></li> <li><a href="https://github.com/actions/download-artifact/commit/fa1ce46bbd11b8387539af12741055a76dfdf804"><code>fa1ce46</code></a> Prepare <code>v6.0.0</code></li> <li><a href="https://github.com/actions/download-artifact/commit/4a24838f3d5601fd639834081e118c2995d51e1c"><code>4a24838</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/431">#431</a> from danwkennedy/patch-1</li> <li><a href="https://github.com/actions/download-artifact/commit/5e3251c4ff5a32e4cf8dd4adaee0e692365237ae"><code>5e3251c</code></a> Readme: spell out the first use of GHES</li> <li><a href="https://github.com/actions/download-artifact/commit/abefc31eafcfbdf6c5336127c1346fdae79ff41c"><code>abefc31</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/424">#424</a> from actions/yacaovsnc/update_readme</li> <li><a href="https://github.com/actions/download-artifact/commit/ac43a6070aa7db8a41e756e7a2846221edca7027"><code>ac43a60</code></a> Update README with artifact extraction details</li> <li><a href="https://github.com/actions/download-artifact/commit/de96f4613b77ec03b5cf633e7c350c32bd3c5660"><code>de96f46</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/417">#417</a> from actions/yacaovsnc/update_readme</li> <li><a href="https://github.com/actions/download-artifact/commit/7993cb44e9052f2f08f9b828ae5ef3ecca7d2ac7"><code>7993cb4</code></a> Remove migration guide for artifact download changes</li> <li>Additional commits viewable in <a href="https://github.com/actions/download-artifact/compare/v5...v6">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=5&new-version=6)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 592518f commit 5fc5cb5

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
filter: "tree:0"
212212
- uses: cvmfs-contrib/github-action-cvmfs@v5
213213
- name: Download build artifact
214-
uses: actions/download-artifact@v5
214+
uses: actions/download-artifact@v6
215215
with:
216216
name: build-${{ env.clang-tidy-iwyu-CXX }}-eic-shell-${{ env.clang-tidy-iwyu-CMAKE_BUILD_TYPE }}-${{ env.platform }}-${{ env.release }}
217217
path: .
@@ -325,7 +325,7 @@ jobs:
325325
with:
326326
filter: "tree:0"
327327
- name: Download build artifact
328-
uses: actions/download-artifact@v5
328+
uses: actions/download-artifact@v6
329329
with:
330330
name: build-${{ env.clang-tidy-iwyu-CXX }}-eic-shell-${{ env.clang-tidy-iwyu-CMAKE_BUILD_TYPE }}-${{ env.platform }}-${{ env.release }}
331331
path: .
@@ -542,13 +542,13 @@ jobs:
542542
with:
543543
sparse-checkout: .github
544544
- name: Download install directory
545-
uses: actions/download-artifact@v5
545+
uses: actions/download-artifact@v6
546546
with:
547547
name: install-${{ matrix.CXX }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}-ASAN
548548
- name: Unarchive install directory
549549
run: tar -xaf install.tar.zst
550550
- name: Download simulation input
551-
uses: actions/download-artifact@v5
551+
uses: actions/download-artifact@v6
552552
with:
553553
name: sim_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4hep.root
554554
- name: Setup cvmfs
@@ -606,12 +606,12 @@ jobs:
606606
with:
607607
sparse-checkout: .github
608608
- name: Download install directory
609-
uses: actions/download-artifact@v5
609+
uses: actions/download-artifact@v6
610610
with:
611611
name: install-${{ matrix.CXX }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}-ASAN
612612
- name: Unarchive install directory
613613
run: tar -xaf install.tar.zst
614-
- uses: actions/download-artifact@v5
614+
- uses: actions/download-artifact@v6
615615
with:
616616
name: sim_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4hep.root
617617
- uses: cvmfs-contrib/github-action-cvmfs@v5
@@ -652,12 +652,12 @@ jobs:
652652
with:
653653
sparse-checkout: .github
654654
- name: Download install directory
655-
uses: actions/download-artifact@v5
655+
uses: actions/download-artifact@v6
656656
with:
657657
name: install-${{ matrix.CXX }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}-ASAN
658658
- name: Unarchive install directory
659659
run: tar -xaf install.tar.zst
660-
- uses: actions/download-artifact@v5
660+
- uses: actions/download-artifact@v6
661661
with:
662662
name: sim_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4hep.root
663663
- uses: cvmfs-contrib/github-action-cvmfs@v5
@@ -693,12 +693,12 @@ jobs:
693693
with:
694694
sparse-checkout: .github
695695
- name: Download install directory
696-
uses: actions/download-artifact@v5
696+
uses: actions/download-artifact@v6
697697
with:
698698
name: install-${{ matrix.CXX }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}-ASAN
699699
- name: Uncompress install directory
700700
run: tar -xaf install.tar.zst
701-
- uses: actions/download-artifact@v5
701+
- uses: actions/download-artifact@v6
702702
with:
703703
name: sim_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4hep.root
704704
- uses: cvmfs-contrib/github-action-cvmfs@v5
@@ -803,12 +803,12 @@ jobs:
803803
with:
804804
sparse-checkout: .github
805805
- name: Download install directory
806-
uses: actions/download-artifact@v5
806+
uses: actions/download-artifact@v6
807807
with:
808808
name: install-${{ matrix.CXX }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}-ASAN
809809
- name: Unarchive install directory
810810
run: tar -xaf install.tar.zst
811-
- uses: actions/download-artifact@v5
811+
- uses: actions/download-artifact@v6
812812
with:
813813
name: sim_${{ matrix.particle }}_EcalLumiSpec_${{ matrix.detector_config }}.edm4hep.root
814814
- uses: cvmfs-contrib/github-action-cvmfs@v5
@@ -903,12 +903,12 @@ jobs:
903903
with:
904904
sparse-checkout: .github
905905
- name: Download install directory
906-
uses: actions/download-artifact@v5
906+
uses: actions/download-artifact@v6
907907
with:
908908
name: install-${{ matrix.CXX }}-eic-shell-Release-${{ env.platform }}-${{ env.release }}-${{ matrix.sanitizer }}
909909
- name: Unarchive install directory
910910
run: tar -xaf install.tar.zst
911-
- uses: actions/download-artifact@v5
911+
- uses: actions/download-artifact@v6
912912
with:
913913
name: sim_dis_${{ matrix.beam }}_minQ2=${{ matrix.minq2 }}_${{ matrix.detector_config }}.edm4hep.root
914914
- uses: cvmfs-contrib/github-action-cvmfs@v5
@@ -1013,12 +1013,12 @@ jobs:
10131013
steps:
10141014
- uses: cvmfs-contrib/github-action-cvmfs@v5
10151015
- name: Download single-threaded artifact
1016-
uses: actions/download-artifact@v5
1016+
uses: actions/download-artifact@v6
10171017
with:
10181018
name: rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }}.edm4eic.root
10191019
path: single/
10201020
- name: Download multi-threaded artifact
1021-
uses: actions/download-artifact@v5
1021+
uses: actions/download-artifact@v6
10221022
with:
10231023
name: rec_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }}_MT.edm4eic.root
10241024
path: multi/
@@ -1098,11 +1098,11 @@ jobs:
10981098
pattern: |
10991099
*.dot
11001100
delete-merged: true
1101-
- uses: actions/download-artifact@v5
1101+
- uses: actions/download-artifact@v6
11021102
with:
11031103
name: jana.dot
11041104
path: publishing_docs/dot/
1105-
- uses: actions/download-artifact@v5
1105+
- uses: actions/download-artifact@v6
11061106
with:
11071107
name: e_craterlake_flags.json
11081108
path: publishing_docs/
@@ -1142,7 +1142,7 @@ jobs:
11421142
workflow_conclusion: "completed"
11431143
if_no_artifact_found: ignore
11441144
- name: Download docs artifact (this PR)
1145-
uses: actions/download-artifact@v5
1145+
uses: actions/download-artifact@v6
11461146
if: github.event.pull_request.number == matrix.pr
11471147
with:
11481148
name: docs
@@ -1159,7 +1159,7 @@ jobs:
11591159
workflow_conclusion: "completed"
11601160
if_no_artifact_found: ignore
11611161
- name: Download capybara artifact (this PR)
1162-
uses: actions/download-artifact@v5
1162+
uses: actions/download-artifact@v6
11631163
if: github.event.pull_request.number == matrix.pr
11641164
with:
11651165
name: capybara
@@ -1191,7 +1191,7 @@ jobs:
11911191
workflow_conclusion: "completed"
11921192
if_no_artifact_found: fail
11931193
- name: Download docs artifact (on main)
1194-
uses: actions/download-artifact@v5
1194+
uses: actions/download-artifact@v6
11951195
if: github.ref_name == 'main'
11961196
with:
11971197
name: docs
@@ -1208,7 +1208,7 @@ jobs:
12081208
workflow_conclusion: "completed"
12091209
if_no_artifact_found: ignore
12101210
- name: Download capybara artifact (on main)
1211-
uses: actions/download-artifact@v5
1211+
uses: actions/download-artifact@v6
12121212
if: github.ref_name == 'main'
12131213
with:
12141214
name: capybara
@@ -1243,7 +1243,7 @@ jobs:
12431243
github-pages-staging-*
12441244
delete-merged: true
12451245
- name: Download GitHub Pages staging artifact
1246-
uses: actions/download-artifact@v5
1246+
uses: actions/download-artifact@v6
12471247
with:
12481248
name: github-pages-staging
12491249
path: publishing_docs/
@@ -1303,7 +1303,7 @@ jobs:
13031303
body-includes: Capybara summary
13041304
- name: Fetch capybara summary
13051305
if: ${{ github.event_name == 'pull_request' }}
1306-
uses: actions/download-artifact@v5
1306+
uses: actions/download-artifact@v6
13071307
with:
13081308
name: capybara_${{ github.event.pull_request.number }}.md
13091309
- name: Create or update capybara comment

0 commit comments

Comments
 (0)