-
-
Notifications
You must be signed in to change notification settings - Fork 72
build(deps): bump actions/upload-artifact from 4 to 6 #550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
build(deps): bump actions/upload-artifact from 4 to 6 #550
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed everything up to 3eeee8d in 27 seconds. Click for details.
- Reviewed
22lines of code in1files - Skipped
0files when reviewing. - Skipped posting
2draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .github/workflows/build.yml:38
- Draft comment:
Bumped the upload-artifact version from v4 to v6. Note that v6 now requires Node.js 24 and a minimum runner version of 2.327.1. Ensure that self-hosted runners are updated if used. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
2. .github/workflows/build.yml:68
- Draft comment:
Changed upload-artifact action to v6. Verify that the runner environment meets the minimum requirement (runner v2.327.1 for self-hosted) due to Node.js 24 support. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
Workflow ID: wflow_cgsAvW3O69M9M1V7
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Greptile SummaryThis PR updates
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant Runner as Actions Runner
participant Workflow as Build Workflow
participant V6 as upload-artifact@v6
GH->>Runner: Trigger workflow (push/PR)
Runner->>Workflow: Execute build job
Workflow->>Workflow: Checkout code
Workflow->>Workflow: Set up Rust
Workflow->>Workflow: Cache cargo build
Workflow->>Workflow: Build workspace
Workflow->>Workflow: Run tests
Workflow->>V6: Upload artifacts (Node.js 24)
V6->>GH: Store binaries-${{runner.os}}
Runner->>Workflow: Execute build-android job
Workflow->>Workflow: Checkout code
Workflow->>Workflow: Set up Rust
Workflow->>Workflow: Cache cargo build
Workflow->>Workflow: Build Android
Workflow->>V6: Upload artifacts (Node.js 24)
V6->>GH: Store binaries-android
|
Bumps actions/upload-artifact from 4 to 6.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)Important
Bump
actions/upload-artifactfrom v4 to v6 inbuild.yml, affectingbuildandbuild-androidjobs.actions/upload-artifactfrom v4 to v6 inbuild.yml.buildandbuild-androidjobs.This description was created by
for 3eeee8d. You can customize this summary. It will automatically update as commits are pushed.