Skip to content

Bump actions/download-artifact from 4 to 5#2

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/main/actions/download-artifact-5
Closed

Bump actions/download-artifact from 4 to 5#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/main/actions/download-artifact-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 10, 2025

Bumps actions/download-artifact from 4 to 5.

Release notes

Sourced from actions/download-artifact's releases.

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.

Before v5 (nested structure):

- uses: actions/download-artifact@v4
  with:
    artifact-ids: 12345
    path: dist
# Files were in: dist/my-artifact/

Where my-artifact is the name of the artifact you previously uploaded

To maintain old behavior (if needed):

</tr></table> 

... (truncated)

Commits
  • 634f93c Merge pull request #416 from actions/single-artifact-id-download-path
  • b19ff43 refactor: resolve download path correctly in artifact download tests (mainly ...
  • e262cbe bundle dist
  • bff23f9 update docs
  • fff8c14 fix download path logic when downloading a single artifact by id
  • 448e3f8 Merge pull request #407 from actions/nebuk89-patch-1
  • 47225c4 Update README.md
  • See full diff 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 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 10, 2025

Labels

The following labels could not be found: scope:dependency. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

Size Change: 0 B

Total Size: 9.57 MB

ℹ️ View Unchanged
Filename Size
./dist/plugin-hermes 4.1 kB
./dist/plugin-hermes/index.d.ts 89 B
./dist/plugin-hermes/index.mjs 1 MB
./dist/plugin-hermes/LICENSE 1.06 kB
./dist/plugin-hermes/package.json 825 B
./dist/plugin-hermes/README.md 507 B
./dist/plugin-hermes/THIRD-PARTY-NOTICES.md 10.2 kB
./dist/plugin-oxc 4.1 kB
./dist/plugin-oxc/index.d.ts 106 B
./dist/plugin-oxc/index.mjs 40.7 kB
./dist/plugin-oxc/LICENSE 1.06 kB
./dist/plugin-oxc/package.json 810 B
./dist/plugin-oxc/README.md 603 B
./dist/plugin-oxc/THIRD-PARTY-NOTICES.md 5.42 kB
./dist/prettier 4.1 kB
./dist/prettier/bin 4.1 kB
./dist/prettier/bin/prettier.cjs 2.57 kB
./dist/prettier/doc.d.ts 7.42 kB
./dist/prettier/doc.js 54 kB
./dist/prettier/doc.mjs 50.4 kB
./dist/prettier/index.cjs 37 kB
./dist/prettier/index.d.ts 27.5 kB
./dist/prettier/index.mjs 646 kB
./dist/prettier/internal 4.1 kB
./dist/prettier/internal/experimental-cli-worker.mjs 105 kB
./dist/prettier/internal/experimental-cli.mjs 499 kB
./dist/prettier/internal/legacy-cli.mjs 138 kB
./dist/prettier/LICENSE 1.06 kB
./dist/prettier/package.json 6.42 kB
./dist/prettier/plugins 4.1 kB
./dist/prettier/plugins/acorn.d.ts 109 B
./dist/prettier/plugins/acorn.js 154 kB
./dist/prettier/plugins/acorn.mjs 153 kB
./dist/prettier/plugins/angular.d.ts 177 B
./dist/prettier/plugins/angular.js 89.7 kB
./dist/prettier/plugins/angular.mjs 89.1 kB
./dist/prettier/plugins/babel.d.ts 419 B
./dist/prettier/plugins/babel.js 324 kB
./dist/prettier/plugins/babel.mjs 324 kB
./dist/prettier/plugins/estree.d.ts 11 B
./dist/prettier/plugins/estree.js 201 kB
./dist/prettier/plugins/estree.mjs 200 kB
./dist/prettier/plugins/flow.d.ts 90 B
./dist/prettier/plugins/flow.js 685 kB
./dist/prettier/plugins/flow.mjs 685 kB
./dist/prettier/plugins/glimmer.d.ts 93 B
./dist/prettier/plugins/glimmer.js 137 kB
./dist/prettier/plugins/glimmer.mjs 137 kB
./dist/prettier/plugins/graphql.d.ts 93 B
./dist/prettier/plugins/graphql.js 44.2 kB
./dist/prettier/plugins/graphql.mjs 43.6 kB
./dist/prettier/plugins/html.d.ts 155 B
./dist/prettier/plugins/html.js 154 kB
./dist/prettier/plugins/html.mjs 153 kB
./dist/prettier/plugins/markdown.d.ts 127 B
./dist/prettier/plugins/markdown.js 150 kB
./dist/prettier/plugins/markdown.mjs 150 kB
./dist/prettier/plugins/meriyah.d.ts 93 B
./dist/prettier/plugins/meriyah.js 133 kB
./dist/prettier/plugins/meriyah.mjs 133 kB
./dist/prettier/plugins/postcss.d.ts 121 B
./dist/prettier/plugins/postcss.js 154 kB
./dist/prettier/plugins/postcss.mjs 154 kB
./dist/prettier/plugins/typescript.d.ts 96 B
./dist/prettier/plugins/typescript.js 893 kB
./dist/prettier/plugins/typescript.mjs 893 kB
./dist/prettier/plugins/yaml.d.ts 90 B
./dist/prettier/plugins/yaml.js 122 kB
./dist/prettier/plugins/yaml.mjs 122 kB
./dist/prettier/README.md 3.4 kB
./dist/prettier/standalone.d.ts 1.36 kB
./dist/prettier/standalone.js 78.1 kB
./dist/prettier/standalone.mjs 77.9 kB
./dist/prettier/THIRD-PARTY-NOTICES.md 266 kB

compressed-size-action

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 26, 2025

Superseded by #8.

@dependabot dependabot Bot closed this Oct 26, 2025
@dependabot dependabot Bot deleted the dependabot/github_actions/main/actions/download-artifact-5 branch October 26, 2025 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants