ci(github-action): update action https://github.com/actions/upload-artifact (v3.0.0 ➔ v3.2.2) #204

Merged
dusk-bot merged 1 commit from renovate-https-github.com-actions-upload-artifact-3.x into main 2026-06-04 03:07:15 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
https://github.com/actions/upload-artifact action minor v3v3.2.2

Release Notes

actions/upload-artifact (https://github.com/actions/upload-artifact)

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: (in timezone America/Toronto)

  • Branch creation
    • "every weekday"
  • Automerge
    • "every weekday"

🚦 Automerge: Enabled.

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 | |---|---|---|---| | [https://github.com/actions/upload-artifact](https://github.com/actions/upload-artifact) | action | minor | `v3` → `v3.2.2` | --- ### Release Notes <details> <summary>actions/upload-artifact (https://github.com/actions/upload-artifact)</summary> ### [`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**: (in timezone America/Toronto) - Branch creation - "every weekday" - Automerge - "every weekday" 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIxMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJwcmlvcml0eS9tZWRpdW0iLCJyZW5vdmF0ZS9mb3JnZWpvLWFjdGlvbiIsInJlbm92YXRlL2dpdGh1Yi1yZWxlYXNlIiwidHlwZS9taW5vciJdfQ==-->
ci(github-action): update action https://github.com/actions/upload-artifact (v3.0.0 ➔ v3.2.2)
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Flate / Flate - Filter (pull_request) Successful in 17s
Labeler / Labeler (pull_request_target) Successful in 37s
Flate / Flate (helmrelease) (pull_request) Has been skipped
Flate / Flate (kustomization) (pull_request) Has been skipped
Flate / Flate - Comment (pull_request) Has been skipped
Flate - Success Flate checks success
Flate / Flate - Success (pull_request) Successful in 23s
aebf8f1925
dusk-bot scheduled this pull request to auto merge when all checks succeed 2026-06-04 03:02:51 +00:00
dusk-bot deleted branch renovate-https-github.com-actions-upload-artifact-3.x 2026-06-04 03:07:15 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Exikle/Artemis-Cluster!204
No description provided.