ci: bump deprecated Node.js 20 actions to Node.js 24 compatible versions#130
Open
tenstorrent-github-bot wants to merge 1 commit into
Open
ci: bump deprecated Node.js 20 actions to Node.js 24 compatible versions#130tenstorrent-github-bot wants to merge 1 commit into
tenstorrent-github-bot wants to merge 1 commit into
Conversation
Actions/upload-artifact@v4, download-artifact@v4, and astral-sh/setup-uv@v5 are deprecated Node.js 20 actions. GitHub will force Node.js 24 by default starting June 16th, 2026. Bump to: - actions/upload-artifact@v7.0.1 (043fb46d) - actions/download-artifact@v8.0.1 (3e5f45b2) - astral-sh/setup-uv@v8.1.0 (08807647) All versions are SHA-pinned for supply-chain security, matching the convention already used in tenstorrent/tt-metal. Co-Authored-By: Wilder Lozano <blozano@tenstorrent.com>
ppetrovicTT
approved these changes
Jun 1, 2026
jbakerTT
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/upload-artifact@v4,download-artifact@v4, andastral-sh/setup-uv@v5are running on Node.js 20 which is deprecated. GitHub will force Node.js 24 by default starting June 16th, 2026.This bumps all three to their latest SHA-pinned releases:
actions/upload-artifactv4 → v7.0.1 (043fb46d)actions/download-artifactv4 → v8.0.1 (3e5f45b2)astral-sh/setup-uvv5 → v8.1.0 (08807647)SHA-pinning follows the same convention used throughout
tenstorrent/tt-metal.Triggered by deprecation warning seen in: https://github.com/tenstorrent/tt-metal/actions/runs/26705237841/job/78705538591#step:27:2