chore(deps): bump actions/upload-artifact from 4 to 7 - #2074
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump actions/upload-artifact from 4 to 7#2074dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
roninjin10
added a commit
that referenced
this pull request
Jul 30, 2026
…passes (#2083) ## The problem CI has been red at the **Setup** step on every PR — including dependabot PR #2074, which only bumps a GitHub Action version. Because install aborts, every downstream check (Parity RPC, Parity Conformance, Hive Smoke, WASM Size, tests) reports failure without having run. None of those were real signal. ``` ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with zevm/npm/zevm/package.json - @types/node (lockfile: ^22.15.0, manifest: ^25.9.1) - typescript (lockfile: ^5.9.0, manifest: ^6.0.3) ``` ## Root cause `pnpm-workspace.yaml` includes `../zevm/npm/zevm` as a workspace member, and `.github/actions/setup` cloned `evmts/zevm` with `--depth 1` — i.e. whatever `main` happened to be at that moment. zevm commit `e80b7ff` bumped `typescript` and `@types/node`, which instantly invalidated this repo's lockfile. The structural problem is that **a dependency change in a different repository could break this repo's CI at any time**, with no commit here to explain it. ## The fix - **Pin** the zevm checkout to `e891cf6`, with a comment stating that bumping it requires regenerating `pnpm-lock.yaml` in the same commit. - **Realign** the `../zevm/npm/zevm` lockfile importer to the pinned specifiers. `typescript@6.0.3` and `@types/node@25.9.1` were already resolved elsewhere in the lockfile, so this is a **4-line specifier realignment**, not a re-resolution. That was deliberate: a full `--lockfile-only` re-resolve silently bumped vite 7→8, react 18→19 and viem 2.35→2.49 across the tree, which is a dependency upgrade masquerading as a CI fix and belongs in its own reviewed PR. ## Verification Run with CI's exact pnpm version: ``` $ npx pnpm@10.33.4 install --frozen-lockfile Done in 30.1s using pnpm v10.33.4 ``` Previously this aborted with `ERR_PNPM_OUTDATED_LOCKFILE`. 🤖 Generated with Smithers multi-agent orchestration <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Improved multicall test validation to assert successful aggregate call results. * Updated prefunded account balance assertion to match the current amount. * **Tests** * Simplified RequireJS export checks using static imports and synchronous assertions. * Expanded parity suite preparation to build distribution artifacts before running RPC/conformance/smoke. * Relaxed request parsing assertions to verify key substrings instead of full messages. * **Chores** * Updated CI lint/test execution ordering and guarding to prevent coverage-driven formatting issues. * Restricted prerelease/release/snapshot/jsr publish workflow execution to the primary repository. * Pinned the Zevm workspace to a specific commit for consistent CI dependency checkout. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
roninjin10
force-pushed
the
dependabot/github_actions/actions/upload-artifact-7
branch
from
August 7, 2026 03:15
9870427 to
54e1559
Compare
Contributor
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/upload-artifact from 4 to 7.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)