Skip to content

build: merge multiple on download artifact - #64633

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
legendecas:fix-download-artifacts
Jul 21, 2026
Merged

build: merge multiple on download artifact#64633
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
legendecas:fix-download-artifacts

Conversation

@legendecas

@legendecaslegendecas commented Jul 20, 2026

Copy link
Copy Markdown
Member

When there are multiple artifacts, actions/download-artifact creates
subdirectories for each artifact, and results in incorrect folder
structure assumptions in later steps.

Fixes: #64554
Refs: https://github.com/actions/download-artifact#download-all-artifacts
Refs: https://github.com/nodejs/node/actions/runs/29768247349/job/88454933457?pr=64565#step:2:24

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

@nodejs-github-botnodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Jul 20, 2026
When there are multiple artifacts, `actions/download-artifact` creates
subdirectories for each artifact, and results in incorrect folder
structure assumptions in later steps.
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
@legendecas
legendecasforce-pushed the fix-download-artifacts branch from f080c94 to 66ee8bfCompareJuly 20, 2026 20:02
@legendecaslegendecas added the github_actions Pull requests that update GitHub Actions code label Jul 20, 2026
@avivkelleravivkeller added the fast-track PRs that do not need to wait for 48 hours to land. label Jul 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @avivkeller. Please 👍 to approve.

@avivkelleravivkeller left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is blocking CI in PRs, so I'm requesting fast track

@bjohansebasbjohansebas added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 21, 2026
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 21, 2026
@nodejs-github-bot
nodejs-github-bot merged commit 69e982f into nodejs:mainJul 21, 2026
35 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 69e982f

@legendecas
legendecas deleted the fix-download-artifacts branch July 21, 2026 01:47
aduh95 pushed a commit that referenced this pull request Jul 21, 2026
When there are multiple artifacts, `actions/download-artifact` creates
subdirectories for each artifact, and results in incorrect folder
structure assumptions in later steps.
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
PR-URL: #64633Fixes: #64554
Refs: https://github.com/actions/download-artifact#download-all-artifacts
Refs: https://github.com/nodejs/node/actions/runs/29768247349/job/88454933457?pr=64565#step:2:24
Reviewed-By: Aviv Keller <me@aviv.sh>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
aduh95 pushed a commit that referenced this pull request Jul 21, 2026
When there are multiple artifacts, `actions/download-artifact` creates
subdirectories for each artifact, and results in incorrect folder
structure assumptions in later steps.
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
PR-URL: #64633Fixes: #64554
Refs: https://github.com/actions/download-artifact#download-all-artifacts
Refs: https://github.com/nodejs/node/actions/runs/29768247349/job/88454933457?pr=64565#step:2:24
Reviewed-By: Aviv Keller <me@aviv.sh>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
aduh95 pushed a commit that referenced this pull request Jul 21, 2026
When there are multiple artifacts, `actions/download-artifact` creates
subdirectories for each artifact, and results in incorrect folder
structure assumptions in later steps.
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
PR-URL: #64633Fixes: #64554
Refs: https://github.com/actions/download-artifact#download-all-artifacts
Refs: https://github.com/nodejs/node/actions/runs/29768247349/job/88454933457?pr=64565#step:2:24
Reviewed-By: Aviv Keller <me@aviv.sh>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
RafaelGSS pushed a commit that referenced this pull request Jul 29, 2026
When there are multiple artifacts, `actions/download-artifact` creates
subdirectories for each artifact, and results in incorrect folder
structure assumptions in later steps.
Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
PR-URL: #64633Fixes: #64554
Refs: https://github.com/actions/download-artifact#download-all-artifacts
Refs: https://github.com/nodejs/node/actions/runs/29768247349/job/88454933457?pr=64565#step:2:24
Reviewed-By: Aviv Keller <me@aviv.sh>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
@aduh95aduh95 added dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. labels Aug 6, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dont-land-on-v22.xPRs that should not land on the v22.x-staging branch and should not be released in v22.x.dont-land-on-v24.xPRs that should not land on the v24.x-staging branch and should not be released in v24.x.fast-trackPRs that do not need to wait for 48 hours to land.github_actionsPull requests that update GitHub Actions codemetaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test-shared fails on V8 cache misses without a Cachix token

8 participants

@legendecas@nodejs-github-bot@panva@benjamingr@lpinca@avivkeller@aduh95@bjohansebas