X Tutup
Skip to content

Bump actions/upload-artifact from 5 to 6#411

Merged
docktermj merged 2 commits intomainfrom
dependabot/github_actions/actions/upload-artifact-6
Dec 15, 2025
Merged

Bump actions/upload-artifact from 5 to 6#411
docktermj merged 2 commits intomainfrom
dependabot/github_actions/actions/upload-artifact-6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps actions/upload-artifact from 5 to 6.

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Resolves #745
Resolves #744
Resolves actions/upload-artifact#719
Resolves actions/upload-artifact#744
Resolves actions/upload-artifact#745

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 15, 2025 01:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 15, 2025
@github-actions
Copy link

🤖 Claude Code Review

Automated Code Review

Summary

This PR updates the actions/upload-artifact GitHub Action from v5 to v6 across five workflow files. This is a dependency version bump with no functional code changes.


Detailed Review

Code Quality

Code follows style guide

  • No code changes to review against the style guide. This is purely a GitHub Actions dependency update.

No commented-out code

  • No commented-out code present in the diff.

Meaningful variable names

  • N/A - No variable changes in this PR.

DRY principle followed

  • N/A - No code duplication introduced.

Identify Defects

  • No bugs, logic errors, or security vulnerabilities identified.
  • The v6 update is backward compatible for the parameters used (name and path).
  • Note: Be aware that actions/upload-artifact@v6 changed behavior around artifact naming and merging. Multiple artifacts with the same name will now merge by default. However, this PR uses unique artifact names per matrix configuration (e.g., coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}), so this should not cause issues.

Project memory (./.claude/CLAUDE.md)

  • Checked for project-specific requirements - none found that would affect this review.

Testing

Unit tests for new functions

  • N/A - No new functions added.

Integration tests for new endpoints

  • N/A - No new endpoints added.

Edge cases covered

  • N/A - This is an infrastructure change, not functional code.

Test coverage > 80%

  • N/A - No code changes affecting coverage.

Documentation

⚠️ README updated if needed

  • N/A - This change doesn't warrant README updates.

⚠️ API docs updated

  • N/A - No API changes.

⚠️ Inline comments for complex logic

  • N/A - No complex logic added.

CHANGELOG.md updated

  • Issue: CHANGELOG.md should be updated to reflect the GitHub Actions dependency bump.
  • Recommendation: Add an entry documenting the upgrade from actions/upload-artifact@v5 to v6.

Markdown formatting

  • No markdown files modified in this PR.

Security

No hardcoded credentials

  • No credentials present in the diff.

Input validation implemented

  • N/A - No new inputs to validate.

Proper error handling

  • N/A - No error handling changes needed.

No sensitive data in logs

  • No sensitive data exposure risk.

No license files (.lic) or AQAAAD strings

  • No license files or suspicious strings detected in the changes.

Summary of Issues

Critical Issues

None.

Recommendations

  1. CHANGELOG.md Update Required

    • Add an entry documenting the dependency update from actions/upload-artifact@v5 to v6
    • Example entry:
      ### Changed
      - Updated GitHub Actions `actions/upload-artifact` from v5 to v6 across all workflows
  2. Verification Recommended

    • After merging, verify that artifacts are uploaded correctly in all workflows
    • Confirm that coverage artifacts are properly stored and can be downloaded/processed by subsequent jobs

Overall Assessment

✅ APPROVED with minor recommendation

This is a clean dependency update with no functional code changes. The only item missing is a CHANGELOG.md entry to document the infrastructure change. The changes are backward compatible and should not introduce any breaking changes given the current usage pattern.

Automated code review analyzing defects and coding standards

@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@github-actions
Copy link

🤖 Claude Code Review

Code Review Analysis

Overview

This PR updates GitHub Actions workflow files to upgrade actions/upload-artifact from v5 to v6 across multiple workflow files. This is a dependency update with no functional code changes.


Code Quality

✅ Code follows style guide

  • Status: PASS
  • Reasoning: The changes are workflow configuration files following GitHub Actions YAML syntax. The formatting and structure are consistent with existing patterns.

✅ No commented-out code

  • Status: PASS
  • Reasoning: No commented-out code present in the diff.

✅ Meaningful variable names

  • Status: PASS (N/A)
  • Reasoning: No new variables introduced. Existing workflow structure maintained.

✅ DRY principle followed

  • Status: PASS
  • Reasoning: The update is applied consistently across all workflow files that use the artifact upload action.

✅ Identify Defects

  • Status: PASS with NOTES
  • Reasoning: No defects identified. However, considerations:
    • Note: actions/upload-artifact@v6 has breaking changes from v5. The action now requires unique artifact names across the entire workflow run. The current usage appears safe as each workflow uses unique naming patterns ("coverage-${{ matrix.python-version }}-${{ matrix.senzingsdk-version }}").
    • All workflows maintain consistent artifact naming that should avoid collisions.
    • The python-package-distributions artifact name is used in both build-distribution.yaml and publish-to-pypi.yaml, but these appear to be in different workflow contexts (separate trigger conditions).

✅ Project memory configuration

  • Status: N/A
  • Reasoning: No .claude/CLAUDE.md file found in this repository to evaluate against.

Testing

⚠️ Unit tests for new functions

  • Status: N/A
  • Reasoning: This is an infrastructure/CI update, not functional code changes.

⚠️ Integration tests for new endpoints

  • Status: N/A
  • Reasoning: No new endpoints introduced.

⚠️ Edge cases covered

  • Status: N/A
  • Reasoning: No new code logic to test. The GitHub Actions workflows themselves will validate the artifact upload functionality.

⚠️ Test coverage > 80%

  • Status: N/A
  • Reasoning: Not applicable to workflow configuration changes.

Documentation

✅ Readme updated if needed

  • Status: PASS
  • Reasoning: No README updates needed for internal CI/CD dependency updates.

✅ API docs updated

  • Status: PASS (N/A)
  • Reasoning: No API changes.

✅ Inline comments for complex logic

  • Status: PASS (N/A)
  • Reasoning: No complex logic introduced.

❌ CHANGELOG.md updated

  • Status: FAIL
  • Reasoning: No CHANGELOG.md update detected in the diff. While this is a minor infrastructure update, dependency version bumps should typically be documented.
  • Recommendation: Add an entry to CHANGELOG.md under an "Infrastructure" or "CI/CD" section noting the upgrade of actions/upload-artifact from v5 to v6.

✅ Markdown files follow CommonMark

  • Status: PASS (N/A)
  • Reasoning: No markdown files modified in this PR.

Security

✅ No hardcoded credentials

  • Status: PASS
  • Reasoning: No credentials present in the changes.

✅ Input validation implemented

  • Status: PASS (N/A)
  • Reasoning: No new inputs to validate.

✅ Proper error handling

  • Status: PASS
  • Reasoning: GitHub Actions handles errors at the action level. No custom error handling needed.

✅ No sensitive data in logs

  • Status: PASS
  • Reasoning: No logging changes that would expose sensitive data.

✅ No license files (.lic) or AQAAAD strings

  • Status: PASS
  • Reasoning: No license files or suspicious strings detected in the diff.

Summary

Critical Issues: 0

Important Issues: 1

  • CHANGELOG.md not updated - Should document the infrastructure dependency update

Recommendations:

  1. Add CHANGELOG entry: Document the upgrade of actions/upload-artifact from v5 to v6 in CHANGELOG.md
  2. Verify artifact behavior: After merge, monitor the first workflow runs to ensure artifact uploads work correctly with v6 (particularly around artifact naming uniqueness requirements)

Overall Assessment: ✅ APPROVED with minor documentation request

The code changes are safe and follow best practices for dependency updates. The only missing piece is CHANGELOG documentation. The upgrade to v6 is appropriate and the existing artifact naming patterns should be compatible with v6's requirements.

Automated code review analyzing defects and coding standards

@docktermj docktermj merged commit 49b452d into main Dec 15, 2025
106 checks passed
@docktermj docktermj deleted the dependabot/github_actions/actions/upload-artifact-6 branch December 15, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup