Bump actions/upload-artifact from 4 to 7.0.0#1416
Bump actions/upload-artifact from 4 to 7.0.0#1416dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.0.0. - [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.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2379606. Configure here.
|
|
||
| - name: Upload artifacts | ||
| uses: actions/upload-artifact@v4 | ||
| uses: actions/upload-artifact@v7 |
There was a problem hiding this comment.
Mismatched upload-artifact v7 with download-artifact v4
High Severity
actions/upload-artifact is bumped to v7 but the corresponding actions/download-artifact steps in the same workflows remain at v4. In build-wheels.yml (line 481) and build-riscv64.yml (line 118), download-artifact@v4 is used to download artifacts uploaded by upload-artifact@v7. While the default archive mode may still be compatible, mixing major versions across upload/download pairs is not recommended by GitHub and risks download failures during release publishing, which would block PyPI uploads.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 2379606. Configure here.
Coverage Report for CI Build 24427951093Coverage remained the same at 80.351%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |


Bumps actions/upload-artifact from 4 to 7.0.0.
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)Note
Medium Risk
CI-only change, but it upgrades
actions/upload-artifactto a new major that runs on Node 24 and may require newer runner versions; failures would block builds/releases if runners are outdated.Overview
Updates GitHub Actions workflows to use
actions/upload-artifact@v7(from@v4) when uploading build outputs for the Rust crate, NPM package, Python wheels/sdists, and riscv64 wheel builds.No build logic changes beyond the artifact upload action version bump; impact is limited to CI artifact publishing behavior and runner compatibility.
Reviewed by Cursor Bugbot for commit 2379606. Bugbot is set up for automated code reviews on this repo. Configure here.