chore(deps): bump actions/upload-artifact from 3 to 7 - #43
chore(deps): bump actions/upload-artifact from 3 to 7#43dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit f3913d1. Configure here.
| name: docker | ||
| path: docker | ||
| - uses: actions/upload-artifact@v3 | ||
| - uses: actions/upload-artifact@v7 |
There was a problem hiding this comment.
Upload/download artifact version mismatch
High Severity
Bumping actions/upload-artifact to v7 leaves actions/download-artifact@v3 in package-ketch-event-forwarder. Artifacts from v4+ uploads are not compatible with v3 downloads, so the package job fails when fetching the docker and build artifacts and blocks packaging and release.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit f3913d1. Configure here.


Bumps actions/upload-artifact from 3 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)Note
Low Risk
Workflow-only version bump with no changes to build outputs or application code; self-hosted runners must meet v6+ runner requirements for the new action runtime.
Overview
Updates the build job in
.github/workflows/ci.ymlso both artifact upload steps useactions/upload-artifact@v7instead of@v3(thedockerandbuild/libsartifacts). Artifact names and paths are unchanged.This is a Dependabot-style dependency bump only; no application or packaging logic is modified. Downstream jobs still use
actions/download-artifact@v3, which remains compatible with artifacts produced by upload-artifact v7 on GitHub-hosted runners.Reviewed by Cursor Bugbot for commit f3913d1. Configure here.