Skip to content

chore: bump actions/* to latest majors#10

Open
vidiecan wants to merge 1 commit into
mainfrom
chore/bump-actions-major-versions
Open

chore: bump actions/* to latest majors#10
vidiecan wants to merge 1 commit into
mainfrom
chore/bump-actions-major-versions

Conversation

@vidiecan
Copy link
Copy Markdown

@vidiecan vidiecan commented May 16, 2026

Bumps the actions/* workflow deps actually used in this repo to current major (verified 2026-05-17):

Action Old New
actions/add-to-project v0.5.0 v2
actions/cache v3 v5
actions/checkout v3 v6
actions/download-artifact v3 v8
actions/setup-node v3 v6
actions/upload-artifact v3 v7

Breaking-change rework

  • upload-artifact@v4+ no longer merges artifacts with the same name across matrix legs — added -node-${{ matrix.node-version }} suffix to e2e-test-videos and e2e-test-screenshots to keep them unique.
  • download-artifact@v3 (no name:) downloaded every artifact; v4+ requires a name: or pattern: — specified name: dspace-angular coverage report with path: coverage since that's the only artifact codecov needs.

CI note: build.yml / codescan.yml / docker.yml run on push + PR. issue_opened.yml add-to-project bump is not exercised here.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 16, 2026 22:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps all actions/*-namespaced GitHub Actions to claimed latest majors across the project's workflows, and reworks artifact upload/download to satisfy the v4+ artifact-action semantics (unique names per matrix leg; explicit name:/path: on download).

Changes:

  • Bumps checkout, setup-node, cache, upload-artifact, download-artifact, and add-to-project to new majors across build.yml, codescan.yml, docker.yml, and issue_opened.yml.
  • Suffixes e2e-test-videos and e2e-test-screenshots artifact names with -node-${{ matrix.node-version }} to avoid the v4+ name-collision error across matrix legs.
  • Adds explicit name: + path: to the download-artifact step in the codecov job so only the coverage artifact is fetched.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/build.yml Bumps checkout/setup-node/cache/upload-artifact/download-artifact; makes matrix artifact names unique; specifies coverage artifact name/path.
.github/workflows/codescan.yml Bumps actions/checkout to v6.
.github/workflows/docker.yml Bumps actions/checkout to v6.
.github/workflows/issue_opened.yml Bumps actions/add-to-project from v0.5.0 to v2.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/build.yml
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