Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2025

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action major v5 -> v6

Release Notes

actions/upload-artifact (actions/upload-artifact)

v6

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 12, 2025 21:40
@changeset-bot
Copy link

changeset-bot bot commented Dec 12, 2025

⚠️ No Changeset found

Latest commit: 0508aba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 12, 2025

Walkthrough

This pull request upgrades the GitHub Actions artifact upload action from v5 to v6 across three workflow configuration files: gas-compare/action.yml, storage-layout/action.yml, and release-cycle.yml. Additionally, the storage-layout configuration adds explicit path input usage to save the layout artifact. No changes to workflow logic, error handling, or control flow occur; the updated behavior is limited to using the newer action version.

Possibly related PRs

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title directly and accurately describes the main change: updating the actions/upload-artifact action from v5 to v6 across multiple workflow files.
Description check ✅ Passed The description is related to the changeset, clearly documenting the dependency update with version details, release notes reference, and Renovate configuration information.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/actions-upload-artifact-6.x

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 79e4988 and ec657a6.

📒 Files selected for processing (3)
  • .github/actions/gas-compare/action.yml (1 hunks)
  • .github/actions/storage-layout/action.yml (1 hunks)
  • .github/workflows/release-cycle.yml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
  • GitHub Check: Redirect rules - solidity-contracts
  • GitHub Check: Header rules - solidity-contracts
  • GitHub Check: Pages changed - solidity-contracts
  • GitHub Check: tests-foundry
  • GitHub Check: slither
  • GitHub Check: tests
  • GitHub Check: tests-upgradeable
  • GitHub Check: coverage
  • GitHub Check: halmos
🔇 Additional comments (3)
.github/workflows/release-cycle.yml (1)

147-150: Straightforward upgrade, no configuration changes needed.

The overwrite parameter is documented and supported, with behavior: if true, an artifact with a matching name will be deleted before a new one is uploaded. This file uses only the standard name and path inputs, which are fully compatible with v6.

.github/actions/gas-compare/action.yml (1)

47-50: Upgrade is compatible with v6.

All parameters used here (name, overwrite, path) are standard inputs supported in v6. The overwrite: true configuration deletes existing artifacts with the same name before uploading.

.github/actions/storage-layout/action.yml (1)

53-57: Upgrade is compatible with v6.

All parameters (name, overwrite, path) are standard and supported in v6. The overwrite: true configuration ensures the artifact is replaced if it already exists.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/actions-upload-artifact-6.x branch from ec657a6 to 0508aba Compare December 15, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant