Skip to content

build(deps): bump the github-actions group with 2 updates - #4273

Merged
actions-bot merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-c2e7f7cad0
Jan 1, 2026
Merged

build(deps): bump the github-actions group with 2 updates#4273
actions-bot merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-c2e7f7cad0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 2 updates: actions/upload-artifact and actions/download-artifact.

Updates actions/upload-artifact from 5 to 6

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

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: actions/upload-artifact@v5.0.0...v6.0.0

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support