Skip to content

ci: bump deprecated Node.js 20 actions to Node.js 24 compatible versions#130

Open
tenstorrent-github-bot wants to merge 1 commit into
mainfrom
brain/fix-deprecated-nodejs20-actions
Open

ci: bump deprecated Node.js 20 actions to Node.js 24 compatible versions#130
tenstorrent-github-bot wants to merge 1 commit into
mainfrom
brain/fix-deprecated-nodejs20-actions

Conversation

@tenstorrent-github-bot

Copy link
Copy Markdown

Summary

actions/upload-artifact@v4, download-artifact@v4, and astral-sh/setup-uv@v5 are 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-artifact v4 → v7.0.1 (043fb46d)
  • actions/download-artifact v4 → v8.0.1 (3e5f45b2)
  • astral-sh/setup-uv v5 → 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

Raised by BrAIn on behalf of @blozano-tt

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>
@tenstorrent-github-bot tenstorrent-github-bot requested a review from a team as a code owner May 31, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants