Skip to content

ci: bump actions/download-artifact to v8.0.1 for Node 24 - #26058

Open
aheritier wants to merge 1 commit into
docker:mainfrom
aheritier:ci/node24-actions
Open

ci: bump actions/download-artifact to v8.0.1 for Node 24#26058
aheritier wants to merge 1 commit into
docker:mainfrom
aheritier:ci/node24-actions

Conversation

@aheritier

Copy link
Copy Markdown
Contributor

Summary

GitHub is removing Node 20 from Actions runners on September 23, 2026. I checked the runs.using value of every action pinned in .github/workflows/: actions/download-artifact v5 in validate-upstream.yml was the only one still declaring node20. This bumps it to v8.0.1 (Node 24), using the same SHA already pinned in notify-release-notes-pr.yml.

Artifact compatibility is unchanged: v5 and v8 both use the Artifacts v2 API, so upstream repos calling this reusable workflow do not need to change their upload side.

Generated by Claude Code

GitHub removes Node 20 from Actions runners on September 23, 2026.
actions/download-artifact v5 was the only action in this repo still
declaring runs.using: node20; v8.0.1 runs on Node 24 and matches the
pin already used in notify-release-notes-pr.yml.
@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 83115ca
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6aa2b0d51e19b10008154124
😎 Deploy Preview https://deploy-preview-26058--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added area/release Relates to CI or deployment ci ci updates labels Sep 10, 2026
@dvdksn

dvdksn commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

I've been avoiding this bump, but I guess we can't avoid it for much longer... @crazy-max is this safe you think?

@aheritier

Copy link
Copy Markdown
Contributor Author

you have 2 weeks :)

@crazy-max

Copy link
Copy Markdown
Member

Yes LGTM as long as downstream consumers of this workflow are aligned with the upload-artifact action which looks good on buildx side: https://github.com/docker/buildx/blob/27a5fea92d475457c62bc59407e1c54a948b1004/.github/workflows/docs-upstream.yml#L55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/release Relates to CI or deployment ci ci updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants