Update actions/upload-artifact action to v7 #4

Open
mars3142 wants to merge 1 commits from renovate/actions-upload-artifact-7.x into PlatformIO
Owner

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action major v3v7

Release Notes

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v6...v7.0.0

v7

Compare Source

v6

Compare Source

v6.0.0

Compare Source

v6 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0

v5

Compare Source

v5.0.0

Compare Source

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: https://github.com/actions/upload-artifact/compare/v4...v5.0.0

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Bump @actions/artifact to 2.1.11 by @​robherley in #​627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.1.0

v4.0.0

Compare Source

What's Changed

The release of upload-artifact@​v4 and download-artifact@​v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0

v4

Compare Source

v3.2.2

Compare Source

v3.2.2 - What's new

[!Important]
actions/upload-artifact@​v3.2.2 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

This is a backport security updates release for GHES users. This version is deprecated on github.com and should not be used!

Node.js 24

This release updates the runtime to Node.js 24. The previous v3.2.1 ran on Node.js 16, which has reached end-of-life. Now this action will run on Node.js 24.

Pin your workflows to: https://github.com/actions/upload-artifact/releases/tag/v3.2.2-node20 which is available if you're still in the process of phasing out Node 20.

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: https://github.com/actions/upload-artifact/compare/v3.2.0...v3.2.1

v3.2.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v3.1.3

v3.1.2

Compare Source

  • Update all @actions/* NPM packages to their latest versions- #​374
  • Update all dev dependencies to their most recent versions - #​375

v3.1.1

Compare Source

  • Update actions/core package to latest version to remove set-output deprecation warning #​351

v3.1.0

Compare Source

What's Changed


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://github.com/actions/upload-artifact) | action | major | `v3` → `v7` | --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v7.0.1`](https://github.com/actions/upload-artifact/releases/tag/v7.0.1) [Compare Source](https://github.com/actions/upload-artifact/compare/v7...v7.0.1) #### What's Changed - Update the readme with direct upload details by [@&#8203;danwkennedy](https://github.com/danwkennedy) in [#&#8203;795](https://github.com/actions/upload-artifact/pull/795) - Readme: bump all the example versions to v7 by [@&#8203;danwkennedy](https://github.com/danwkennedy) in [#&#8203;796](https://github.com/actions/upload-artifact/pull/796) - Include changes in typespec/ts-http-runtime 0.3.5 by [@&#8203;yacaovsnc](https://github.com/yacaovsnc) in [#&#8203;797](https://github.com/actions/upload-artifact/pull/797) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v7...v7.0.1> ### [`v7.0.0`](https://github.com/actions/upload-artifact/releases/tag/v7.0.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v7...v7) #### v7 What's new ##### Direct Uploads Adds support for uploading single files directly (unzipped). Callers can set the new `archive` parameter to `false` to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The `name` parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file. ##### ESM To support new versions of the `@actions/*` packages, we've upgraded the package to ESM. #### What's Changed - Add proxy integration test by [@&#8203;Link-](https://github.com/Link-) in [#&#8203;754](https://github.com/actions/upload-artifact/pull/754) - Upgrade the module to ESM and bump dependencies by [@&#8203;danwkennedy](https://github.com/danwkennedy) in [#&#8203;762](https://github.com/actions/upload-artifact/pull/762) - Support direct file uploads by [@&#8203;danwkennedy](https://github.com/danwkennedy) in [#&#8203;764](https://github.com/actions/upload-artifact/pull/764) #### New Contributors - [@&#8203;Link-](https://github.com/Link-) made their first contribution in [#&#8203;754](https://github.com/actions/upload-artifact/pull/754) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v6...v7.0.0> ### [`v7`](https://github.com/actions/upload-artifact/compare/v6.0.0...v7) [Compare Source](https://github.com/actions/upload-artifact/compare/v6.0.0...v7) ### [`v6`](https://github.com/actions/upload-artifact/compare/v6.0.0...v6.0.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v6.0.0...v6.0.0) ### [`v6.0.0`](https://github.com/actions/upload-artifact/releases/tag/v6.0.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0) #### v6 - What's new > \[!IMPORTANT] > actions/upload-artifact\@&#8203;v6 now runs on Node.js 24 (`runs.using: node24`) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading. ##### Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. #### What's Changed - Upload Artifact Node 24 support by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;719](https://github.com/actions/upload-artifact/pull/719) - fix: update [@&#8203;actions/artifact](https://github.com/actions/artifact) for Node.js 24 punycode deprecation by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;744](https://github.com/actions/upload-artifact/pull/744) - prepare release v6.0.0 for Node.js 24 support by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;745](https://github.com/actions/upload-artifact/pull/745) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0> ### [`v5`](https://github.com/actions/upload-artifact/compare/v5.0.0...v5.0.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v5.0.0...v5.0.0) ### [`v5.0.0`](https://github.com/actions/upload-artifact/releases/tag/v5.0.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.6.2...v5.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. - Update README.md by [@&#8203;GhadimiR](https://github.com/GhadimiR) in [#&#8203;681](https://github.com/actions/upload-artifact/pull/681) - Update README.md by [@&#8203;nebuk89](https://github.com/nebuk89) in [#&#8203;712](https://github.com/actions/upload-artifact/pull/712) - Readme: spell out the first use of GHES by [@&#8203;danwkennedy](https://github.com/danwkennedy) in [#&#8203;727](https://github.com/actions/upload-artifact/pull/727) - Update GHES guidance to include reference to Node 20 version by [@&#8203;patrikpolyak](https://github.com/patrikpolyak) in [#&#8203;725](https://github.com/actions/upload-artifact/pull/725) - Bump `@actions/artifact` to `v4.0.0` - Prepare `v5.0.0` by [@&#8203;danwkennedy](https://github.com/danwkennedy) in [#&#8203;734](https://github.com/actions/upload-artifact/pull/734) #### New Contributors - [@&#8203;GhadimiR](https://github.com/GhadimiR) made their first contribution in [#&#8203;681](https://github.com/actions/upload-artifact/pull/681) - [@&#8203;nebuk89](https://github.com/nebuk89) made their first contribution in [#&#8203;712](https://github.com/actions/upload-artifact/pull/712) - [@&#8203;danwkennedy](https://github.com/danwkennedy) made their first contribution in [#&#8203;727](https://github.com/actions/upload-artifact/pull/727) - [@&#8203;patrikpolyak](https://github.com/patrikpolyak) made their first contribution in [#&#8203;725](https://github.com/actions/upload-artifact/pull/725) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v5.0.0> ### [`v4.6.2`](https://github.com/actions/upload-artifact/releases/tag/v4.6.2) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.6.1...v4.6.2) #### What's Changed - Update to use artifact 2.3.2 package & prepare for new upload-artifact release by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;685](https://github.com/actions/upload-artifact/pull/685) #### New Contributors - [@&#8203;salmanmkc](https://github.com/salmanmkc) made their first contribution in [#&#8203;685](https://github.com/actions/upload-artifact/pull/685) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.6.2> ### [`v4.6.1`](https://github.com/actions/upload-artifact/releases/tag/v4.6.1) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.6.0...v4.6.1) #### What's Changed - Update to use artifact 2.2.2 package by [@&#8203;yacaovsnc](https://github.com/yacaovsnc) in [#&#8203;673](https://github.com/actions/upload-artifact/pull/673) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.6.1> ### [`v4.6.0`](https://github.com/actions/upload-artifact/releases/tag/v4.6.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.5.0...v4.6.0) #### What's Changed - Expose env vars to control concurrency and timeout by [@&#8203;yacaovsnc](https://github.com/yacaovsnc) in [#&#8203;662](https://github.com/actions/upload-artifact/pull/662) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.6.0> ### [`v4.5.0`](https://github.com/actions/upload-artifact/releases/tag/v4.5.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0) #### What's Changed - fix: deprecated `Node.js` version in action by [@&#8203;hamirmahal](https://github.com/hamirmahal) in [#&#8203;578](https://github.com/actions/upload-artifact/pull/578) - Add new `artifact-digest` output by [@&#8203;bdehamer](https://github.com/bdehamer) in [#&#8203;656](https://github.com/actions/upload-artifact/pull/656) #### New Contributors - [@&#8203;hamirmahal](https://github.com/hamirmahal) made their first contribution in [#&#8203;578](https://github.com/actions/upload-artifact/pull/578) - [@&#8203;bdehamer](https://github.com/bdehamer) made their first contribution in [#&#8203;656](https://github.com/actions/upload-artifact/pull/656) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0> ### [`v4.4.3`](https://github.com/actions/upload-artifact/releases/tag/v4.4.3) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3) #### What's Changed - Undo indirect dependency updates from [#&#8203;627](https://github.com/actions/upload-artifact/issues/627) by [@&#8203;joshmgross](https://github.com/joshmgross) in [#&#8203;632](https://github.com/actions/upload-artifact/pull/632) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3> ### [`v4.4.2`](https://github.com/actions/upload-artifact/releases/tag/v4.4.2) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2) #### What's Changed - Bump `@actions/artifact` to 2.1.11 by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;627](https://github.com/actions/upload-artifact/pull/627) - Includes fix for relative symlinks not resolving properly **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2> ### [`v4.4.1`](https://github.com/actions/upload-artifact/releases/tag/v4.4.1) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1) #### What's Changed - Add a section about hidden files by [@&#8203;joshmgross](https://github.com/joshmgross) in [#&#8203;607](https://github.com/actions/upload-artifact/pull/607) - Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://github.com/Jcambass) in [#&#8203;621](https://github.com/actions/upload-artifact/pull/621) - Update [@&#8203;actions/artifact](https://github.com/actions/artifact) to latest version, includes symlink and timeout fixes by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;625](https://github.com/actions/upload-artifact/pull/625) #### New Contributors - [@&#8203;Jcambass](https://github.com/Jcambass) made their first contribution in [#&#8203;621](https://github.com/actions/upload-artifact/pull/621) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1> ### [`v4.4.0`](https://github.com/actions/upload-artifact/releases/tag/v4.4.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) #### Notice: Breaking Changes :warning: We will no longer include hidden files and folders by default in the `upload-artifact` action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, `include-hidden-files`, to continue to do so. See ["Notice of upcoming deprecations and breaking changes in GitHub Actions runners"](https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/) changelog and [this issue](https://github.com/actions/upload-artifact/issues/602) for more details. #### What's Changed - Exclude hidden files by default by [@&#8203;joshmgross](https://github.com/joshmgross) in [#&#8203;598](https://github.com/actions/upload-artifact/pull/598) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0> ### [`v4.3.6`](https://github.com/actions/upload-artifact/releases/tag/v4.3.6) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6) #### What's Changed - Revert to [@&#8203;actions/artifact](https://github.com/actions/artifact) 2.1.8 by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;594](https://github.com/actions/upload-artifact/pull/594) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.3.6> ### [`v4.3.5`](https://github.com/actions/upload-artifact/releases/tag/v4.3.5) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5) #### What's Changed - Bump [@&#8203;actions/artifact](https://github.com/actions/artifact) to v2.1.9 by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;588](https://github.com/actions/upload-artifact/pull/588) - Fixed artifact upload chunk timeout logic [#&#8203;1774](https://github.com/actions/toolkit/pull/1774) - Use lazy stream to prevent issues with open file limits [#&#8203;1771](https://github.com/actions/toolkit/pull/1771) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5> ### [`v4.3.4`](https://github.com/actions/upload-artifact/releases/tag/v4.3.4) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4) #### What's Changed - Update [@&#8203;actions/artifact](https://github.com/actions/artifact) version, bump dependencies by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;584](https://github.com/actions/upload-artifact/pull/584) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4> ### [`v4.3.3`](https://github.com/actions/upload-artifact/releases/tag/v4.3.3) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3) #### What's Changed - updating `@actions/artifact` dependency to v2.1.6 by [@&#8203;eggyhead](https://github.com/eggyhead) in [#&#8203;565](https://github.com/actions/upload-artifact/pull/565) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3> ### [`v4.3.2`](https://github.com/actions/upload-artifact/releases/tag/v4.3.2) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2) #### What's Changed - Update release-new-action-version.yml by [@&#8203;konradpabjan](https://github.com/konradpabjan) in [#&#8203;516](https://github.com/actions/upload-artifact/pull/516) - Minor fix to the migration readme by [@&#8203;andrewakim](https://github.com/andrewakim) in [#&#8203;523](https://github.com/actions/upload-artifact/pull/523) - Update readme with v3/v2/v1 deprecation notice by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;561](https://github.com/actions/upload-artifact/pull/561) - updating `@actions/artifact` dependency to v2.1.5 and `@actions/core` to v1.0.1 by [@&#8203;eggyhead](https://github.com/eggyhead) in [#&#8203;562](https://github.com/actions/upload-artifact/pull/562) #### New Contributors - [@&#8203;andrewakim](https://github.com/andrewakim) made their first contribution in [#&#8203;523](https://github.com/actions/upload-artifact/pull/523) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2> ### [`v4.3.1`](https://github.com/actions/upload-artifact/releases/tag/v4.3.1) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.3.0...v4.3.1) - Bump [@&#8203;actions/artifacts](https://github.com/actions/artifacts) to latest version to include [updated GHES host check](https://github.com/actions/toolkit/pull/1648) ### [`v4.3.0`](https://github.com/actions/upload-artifact/releases/tag/v4.3.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.2.0...v4.3.0) #### What's Changed - Reorganize upload code in prep for merge logic & add more tests by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;504](https://github.com/actions/upload-artifact/pull/504) - Add sub-action to merge artifacts by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;505](https://github.com/actions/upload-artifact/pull/505) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.3.0> ### [`v4.2.0`](https://github.com/actions/upload-artifact/releases/tag/v4.2.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v4.1.0...v4.2.0) #### What's Changed - Ability to overwrite an Artifact by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;501](https://github.com/actions/upload-artifact/pull/501) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.2.0> ### [`v4.1.0`](https://github.com/actions/upload-artifact/releases/tag/v4.1.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v4...v4.1.0) #### What's Changed - Add migrations docs by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;482](https://github.com/actions/upload-artifact/pull/482) - Update README.md by [@&#8203;samuelwine](https://github.com/samuelwine) in [#&#8203;492](https://github.com/actions/upload-artifact/pull/492) - Support artifact-url output by [@&#8203;konradpabjan](https://github.com/konradpabjan) in [#&#8203;496](https://github.com/actions/upload-artifact/pull/496) - Update readme to reflect new 500 artifact per job limit by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;497](https://github.com/actions/upload-artifact/pull/497) #### New Contributors - [@&#8203;samuelwine](https://github.com/samuelwine) made their first contribution in [#&#8203;492](https://github.com/actions/upload-artifact/pull/492) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v4...v4.1.0> ### [`v4.0.0`](https://github.com/actions/upload-artifact/releases/tag/v4.0.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v4...v4) #### What's Changed The release of upload-artifact\@&#8203;v4 and download-artifact\@&#8203;v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements. ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads *must* use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows. For more information, please see: 1. The [changelog](https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/) post. 2. The [README](https://github.com/actions/upload-artifact/blob/main/README.md). 3. The [migration documentation](https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md). 4. As well as the underlying npm package, [@&#8203;actions/artifact](https://github.com/actions/toolkit/tree/main/packages/artifact) documentation. #### New Contributors - [@&#8203;vmjoseph](https://github.com/vmjoseph) made their first contribution in [#&#8203;464](https://github.com/actions/upload-artifact/pull/464) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v3...v4.0.0> ### [`v4`](https://github.com/actions/upload-artifact/compare/v3.2.2...v4) [Compare Source](https://github.com/actions/upload-artifact/compare/v3.2.2...v4) ### [`v3.2.2`](https://github.com/actions/upload-artifact/releases/tag/v3.2.2) [Compare Source](https://github.com/actions/upload-artifact/compare/v3.2.1...v3.2.2) ##### v3.2.2 - What's new > \[!Important] > actions/upload-artifact\@&#8203;v3.2.2 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of `2.327.1`. If you are using self-hosted runners, ensure they are updated before upgrading. > > **This is a backport security updates release for GHES users. This version is deprecated on github.com and should not be used!** ##### Node.js 24 This release updates the runtime to Node.js 24. The previous v3.2.1 ran on Node.js 16, which has reached end-of-life. Now this action will run on Node.js 24. Pin your workflows to: <https://github.com/actions/upload-artifact/releases/tag/v3.2.2-node20> which is available if you're still in the process of phasing out Node 20. ##### What's Changed - Upgrade [@&#8203;actions/artifact](https://github.com/actions/artifact) to 1.1.3 by [@&#8203;Link-](https://github.com/Link-) - Security updates for direct and transitive dependencies - Use node20 by [@&#8203;robherley](https://github.com/robherley) in [#&#8203;606](https://github.com/actions/upload-artifact/issues/606) - Ensure hidden files input is used by [@&#8203;joshmgross](https://github.com/joshmgross) in [#&#8203;608](https://github.com/actions/upload-artifact/issues/608) - Upgrade the actions used in workflows by [@&#8203;Link-](https://github.com/Link-) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v3.2.1...v3.2.2> ### [`v3.2.1`](https://github.com/actions/upload-artifact/releases/tag/v3.2.1) [Compare Source](https://github.com/actions/upload-artifact/compare/v3.2.0...v3.2.1) #### What's Changed This fixes the `include-hidden-files` input introduced in <https://github.com/actions/upload-artifact/releases/tag/v3.2.0> - Ensure hidden files input is used by [@&#8203;joshmgross](https://github.com/joshmgross) in [#&#8203;609](https://github.com/actions/upload-artifact/pull/609) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v3.2.0...v3.2.1> ### [`v3.2.0`](https://github.com/actions/upload-artifact/releases/tag/v3.2.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v3.1.3...v3.2.0) #### Notice: Breaking Changes :warning: We will no longer include hidden files and folders by default in the `upload-artifact` action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, `include-hidden-files`, to continue to do so. See ["Notice of upcoming deprecations and breaking changes in GitHub Actions runners"](https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/) changelog and [this issue](https://github.com/actions/upload-artifact/issues/602) for more details. #### What's Changed - V3 backport: Exclude hidden files by default by [@&#8203;SrRyan](https://github.com/SrRyan) in [#&#8203;604](https://github.com/actions/upload-artifact/pull/604) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v3.1.3...v3.2.0> ### [`v3.1.3`](https://github.com/actions/upload-artifact/releases/tag/v3.1.3) [Compare Source](https://github.com/actions/upload-artifact/compare/v3.1.2...v3.1.3) #### What's Changed - chore(github): remove trailing whitespaces by [@&#8203;ljmf00](https://github.com/ljmf00) in [#&#8203;313](https://github.com/actions/upload-artifact/pull/313) - Bump [@&#8203;actions/artifact](https://github.com/actions/artifact) version to v1.1.2 by [@&#8203;bethanyj28](https://github.com/bethanyj28) in [#&#8203;436](https://github.com/actions/upload-artifact/pull/436) **Full Changelog**: <https://github.com/actions/upload-artifact/compare/v3...v3.1.3> ### [`v3.1.2`](https://github.com/actions/upload-artifact/releases/tag/v3.1.2) [Compare Source](https://github.com/actions/upload-artifact/compare/v3.1.1...v3.1.2) - Update all `@actions/*` NPM packages to their latest versions- [#&#8203;374](https://github.com/actions/upload-artifact/issues/374) - Update all dev dependencies to their most recent versions - [#&#8203;375](https://github.com/actions/upload-artifact/issues/375) ### [`v3.1.1`](https://github.com/actions/upload-artifact/releases/tag/v3.1.1) [Compare Source](https://github.com/actions/upload-artifact/compare/v3.1.0...v3.1.1) - Update actions/core package to latest version to remove `set-output` deprecation warning [#&#8203;351](https://github.com/actions/upload-artifact/issues/351) ### [`v3.1.0`](https://github.com/actions/upload-artifact/releases/tag/v3.1.0) [Compare Source](https://github.com/actions/upload-artifact/compare/v3...v3.1.0) #### What's Changed - Bump [@&#8203;actions/artifact](https://github.com/actions/artifact) to v1.1.0 ([#&#8203;327](https://github.com/actions/upload-artifact/pull/327)) - Adds checksum headers on artifact upload ([actions/toolkit#1095](https://github.com/actions/toolkit/pull/1095)) ([actions/toolkit#1063](https://github.com/actions/toolkit/pull/1063)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoiUGxhdGZvcm1JTyIsImxhYmVscyI6W119-->
mars3142 added 1 commit 2026-04-19 07:04:32 +00:00
Update actions/upload-artifact action to v7
Remote Control Build / build (ubuntu-latest) (pull_request) Failing after 3s
Remote Control Build / build (ubuntu-latest) (push) Failing after 3s
Remote Control Build / build (macos-latest) (pull_request) Has been cancelled
Remote Control Build / build (macos-latest) (push) Has been cancelled
7d5dce78e0
Some checks are pending
Remote Control Build / build (ubuntu-latest) (pull_request) Failing after 3s
Remote Control Build / build (ubuntu-latest) (push) Failing after 3s
Remote Control Build / build (macos-latest) (pull_request) Has been cancelled
Remote Control Build / build (macos-latest) (push) Has been cancelled
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/actions-upload-artifact-7.x:renovate/actions-upload-artifact-7.x
git checkout renovate/actions-upload-artifact-7.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: os-railway/firmware_remote_control#4