Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps actions/download-artifact from 4 to 6.

Release notes

Sourced from actions/download-artifact's releases.

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

v5.0.0

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

Previously, single artifact downloads behaved differently depending on how you specified the artifact:

  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)

Migration Guide

✅ No Action Needed If:
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
⚠️ Action Required If:

You download single artifacts by ID and your workflows expect the nested directory structure.

... (truncated)

Commits
  • 018cc2c Merge pull request #438 from actions/danwkennedy/prepare-6.0.0
  • 815651c Revert "Remove github.dep.yml"
  • bb3a066 Remove github.dep.yml
  • fa1ce46 Prepare v6.0.0
  • 4a24838 Merge pull request #431 from danwkennedy/patch-1
  • 5e3251c Readme: spell out the first use of GHES
  • abefc31 Merge pull request #424 from actions/yacaovsnc/update_readme
  • ac43a60 Update README with artifact extraction details
  • de96f46 Merge pull request #417 from actions/yacaovsnc/update_readme
  • 7993cb4 Remove migration guide for artifact download changes
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 8, 2025 21:32
@dependabot dependabot bot requested a review from puneet2019 December 8, 2025 21:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 8, 2025
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Coverage after merging dependabot/github_actions/actions/download-artifact-6 into main

36.77%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
app
   ante_handler.go100%100%0%..., 67, 68, 69, 70
   modules.go100%100%0%..., 96, 97, 98, 99
   fee_denom_whitelist_decorator.go100%100%93.33%44, 45
   encoding.go100%100%0%..., 96, 97, 98, 99
   export.go100%100%0%..., 92, 93, 98, 99
   test_helpers.go100%100%0%..., 70, 71, 72, 73
   app.go100%100%1.23%..., 517, 518, 519, 84
app/constants
   constants.go100%100%0%..., 62, 63, 64, 65
app/keepers
   keys.go100%100%0%..., 92, 93, 98, 99
   keepers.go100%100%0%..., 533, 534, 535, 536
app/params
   proto.go100%100%0%..., 40, 41, 42, 43
app/upgrades/testnet/v16.0.0-rc0
   upgrades.go100%100%35.71%..., 32, 33, 44, 45
app/upgrades/v16.0.0
   upgrades.go100%100%40.74%..., 32, 33, 43, 44
cmd/persistenceCore
   main.go100%100%0%..., 20, 21, 22, 23
cmd/persistenceCore/cmd
   root.go100%100%0%..., 96, 97, 98, 99
   testnet.go100%100%60.75%..., 538, 539, 95, 96
wasmbindings
   wasm.go100%100%0%..., 38, 39, 40, 41
x/halving
   genesis.go100%100%0%..., 22, 23, 24, 26
   abci.go100%100%0%..., 49, 50, 51, 52
   module.go100%100%0%..., 96, 97, 98, 99
   autocli.go100%100%0%..., 33, 34, 35, 36
x/halving/client/cli
   tx.go100%100%0%..., 61, 63, 66, 67
x/halving/keeper
   msg_server.go100%100%0%..., 34, 35, 36, 38
   keeper.go100%100%0%..., 90, 94, 95, 96
   grpc_query.go100%100%0%..., 21, 22, 23, 25
x/halving/simulation
   genesis.go100%100%70%17, 18, 19
x/halving/types
   codec.go100%100%53.33%..., 44, 45, 46, 47
   params.go100%100%85.29%23, 24, 25, 43, 44
   genesis.go100%100%86.67%25, 26
   msg.go100%100%0%..., 53, 54, 55, 57
x/liquidstake
   autocli.go100%100%100%
   module.go100%100%89.29%..., 64, 65, 93, 95
   abci.go100%100%83.33%19, 20
x/liquidstake/keeper
   genesis.go100%100%82.61%14, 23, 32, 40
   liquidstake.go100%100%41.33%..., 985, 986, 987, 988
   rebalancing.go100%100%83.95%..., 53, 54, 88, 89
   grpc_query.go100%100%79.31%..., 42, 43, 56, 57
   keeper.go100%100%79.07%..., 76, 77, 93, 94
   hooks.go100%100%90.91%35, 36
x/liquidstake/types
   liquidstake.go100%100%92.31%..., 66, 67, 76, 84
   codec.go100%100%100%
   msgs.go100%100%71.07%..., 51, 52, 63, 71
   params.go100%100%80%..., 249, 250, 251, 252
   rebalancing.go100%100%84%22, 23, 40, 41
   genesis.go100%100%100%
   keys.go100%100%100%

@github-actions
Copy link

Coverage after merging dependabot/github_actions/actions/download-artifact-6 into main

36.77%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
app
   fee_denom_whitelist_decorator.go100%100%93.33%44, 45
   export.go100%100%0%..., 92, 93, 98, 99
   test_helpers.go100%100%0%..., 70, 71, 72, 73
   encoding.go100%100%0%..., 96, 97, 98, 99
   app.go100%100%1.23%..., 517, 518, 519, 84
   modules.go100%100%0%..., 96, 97, 98, 99
   ante_handler.go100%100%0%..., 67, 68, 69, 70
app/constants
   constants.go100%100%0%..., 62, 63, 64, 65
app/keepers
   keepers.go100%100%0%..., 533, 534, 535, 536
   keys.go100%100%0%..., 92, 93, 98, 99
app/params
   proto.go100%100%0%..., 40, 41, 42, 43
app/upgrades/testnet/v16.0.0-rc0
   upgrades.go100%100%35.71%..., 32, 33, 44, 45
app/upgrades/v16.0.0
   upgrades.go100%100%40.74%..., 32, 33, 43, 44
cmd/persistenceCore
   main.go100%100%0%..., 20, 21, 22, 23
cmd/persistenceCore/cmd
   root.go100%100%0%..., 96, 97, 98, 99
   testnet.go100%100%60.75%..., 538, 539, 95, 96
wasmbindings
   wasm.go100%100%0%..., 38, 39, 40, 41
x/halving
   genesis.go100%100%0%..., 22, 23, 24, 26
   module.go100%100%0%..., 96, 97, 98, 99
   abci.go100%100%0%..., 49, 50, 51, 52
   autocli.go100%100%0%..., 33, 34, 35, 36
x/halving/client/cli
   tx.go100%100%0%..., 61, 63, 66, 67
x/halving/keeper
   keeper.go100%100%0%..., 90, 94, 95, 96
   msg_server.go100%100%0%..., 34, 35, 36, 38
   grpc_query.go100%100%0%..., 21, 22, 23, 25
x/halving/simulation
   genesis.go100%100%70%17, 18, 19
x/halving/types
   genesis.go100%100%86.67%25, 26
   msg.go100%100%0%..., 53, 54, 55, 57
   params.go100%100%85.29%23, 24, 25, 43, 44
   codec.go100%100%53.33%..., 44, 45, 46, 47
x/liquidstake
   abci.go100%100%83.33%19, 20
   module.go100%100%89.29%..., 64, 65, 93, 95
   autocli.go100%100%100%
x/liquidstake/keeper
   grpc_query.go100%100%79.31%..., 42, 43, 56, 57
   keeper.go100%100%79.07%..., 76, 77, 93, 94
   liquidstake.go100%100%41.33%..., 985, 986, 987, 988
   rebalancing.go100%100%83.95%..., 53, 54, 88, 89
   genesis.go100%100%82.61%14, 23, 32, 40
   hooks.go100%100%90.91%35, 36
x/liquidstake/types
   codec.go100%100%100%
   params.go100%100%80%..., 249, 250, 251, 252
   rebalancing.go100%100%84%22, 23, 40, 41
   genesis.go100%100%100%
   liquidstake.go100%100%92.31%..., 66, 67, 76, 84
   msgs.go100%100%71.07%..., 51, 52, 63, 71
   keys.go100%100%100%

@github-actions
Copy link

Code Coverage Report

Coverage after merging dependabot/github_actions/actions/download-artifact-6 into main

36.77%
Coverage Report
FileBranchesFuncsLinesUncovered Lines
app
   app.go100%100%1.23%..., 517, 518, 519, 84
   encoding.go100%100%0%..., 96, 97, 98, 99
   test_helpers.go100%100%0%..., 70, 71, 72, 73
   ante_handler.go100%100%0%..., 67, 68, 69, 70
   export.go100%100%0%..., 92, 93, 98, 99
   modules.go100%100%0%..., 96, 97, 98, 99
   fee_denom_whitelist_decorator.go100%100%93.33%44, 45
app/constants
   constants.go100%100%0%..., 62, 63, 64, 65
app/keepers
   keepers.go100%100%0%..., 533, 534, 535, 536
   keys.go100%100%0%..., 92, 93, 98, 99
app/params
   proto.go100%100%0%..., 40, 41, 42, 43
app/upgrades/testnet/v16.0.0-rc0
   upgrades.go100%100%35.71%..., 32, 33, 44, 45
app/upgrades/v16.0.0
   upgrades.go100%100%40.74%..., 32, 33, 43, 44
cmd/persistenceCore
   main.go100%100%0%..., 20, 21, 22, 23
cmd/persistenceCore/cmd
   testnet.go100%100%60.75%..., 538, 539, 95, 96
   root.go100%100%0%..., 96, 97, 98, 99
wasmbindings
   wasm.go100%100%0%..., 38, 39, 40, 41
x/halving
   autocli.go100%100%0%..., 33, 34, 35, 36
   genesis.go100%100%0%..., 22, 23, 24, 26
   abci.go100%100%0%..., 49, 50, 51, 52
   module.go100%100%0%..., 96, 97, 98, 99
x/halving/client/cli
   tx.go100%100%0%..., 61, 63, 66, 67
x/halving/keeper
   grpc_query.go100%100%0%..., 21, 22, 23, 25
   keeper.go100%100%0%..., 90, 94, 95, 96
   msg_server.go100%100%0%..., 34, 35, 36, 38
x/halving/simulation
   genesis.go100%100%70%17, 18, 19
x/halving/types
   params.go100%100%85.29%..., 24, 25, 43, 44
   codec.go100%100%53.33%..., 44, 45, 46, 47
   genesis.go100%100%86.67%25, 26
   msg.go100%100%0%..., 53, 54, 55, 57
x/liquidstake
   abci.go100%100%83.33%19, 20
   module.go100%100%89.29%..., 64, 65, 93, 95
   autocli.go100%100%100%
x/liquidstake/keeper
   rebalancing.go100%100%83.95%..., 53, 54, 88, 89
   hooks.go100%100%90.91%35, 36
   liquidstake.go100%100%41.33%..., 985, 986, 987, 988
   keeper.go100%100%79.07%..., 76, 77, 93, 94
   genesis.go100%100%82.61%14, 23, 32, 40
   grpc_query.go100%100%79.31%..., 42, 43, 56, 57
x/liquidstake/types
   msgs.go100%100%71.07%..., 51, 52, 63, 71
   liquidstake.go100%100%92.31%..., 66, 67, 76, 84
   rebalancing.go100%100%84%22, 23, 40, 41
   codec.go100%100%100%
   params.go100%100%80%..., 249, 250, 251, 252
   genesis.go100%100%100%
   keys.go100%100%100%

@puneet2019 puneet2019 merged commit e2209fb into main Dec 10, 2025
14 checks passed
@puneet2019 puneet2019 deleted the dependabot/github_actions/actions/download-artifact-6 branch December 10, 2025 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants