chore(ci): bump actions/download-artifact v4 → v8 in load-chip#3691
Merged
chore(ci): bump actions/download-artifact v4 → v8 in load-chip#3691
Conversation
Custom composite actions under .github/actions/ are not covered by dependabot's default scan, so this dependency had drifted four major versions behind. v8 brings the action to Node 24, fails on artifact hash mismatch by default (was warning), and migrates to ESM. Pairs fine with the existing actions/upload-artifact@v7 (zip uploads still auto-decompressed via Content-Type detection).
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned version of actions/download-artifact used by the repo’s custom composite action that loads the CHIP docker image from a build artifact, keeping CI action dependencies current and compatible with the latest GitHub Actions runtime.
Changes:
- Bump
actions/download-artifactfromv4tov8in the.github/actions/load-chipcomposite action.
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.
Summary
actions/download-artifactfrom v4 to v8 in.github/actions/load-chip/action.yml..github/actions/aren't covered by dependabot's default scan, so this dependency had drifted four major versions behind..github/actions/and.github/workflows/— all already on the current major.v4 → v8 notable changes
artifact-ids(we download byname:, not affected).ubuntu-latest, so fine).Content-Typechecked before unzip. Pairs cleanly withactions/upload-artifact@v7zip uploads.Test plan
Load CHIP from artifactstep successfully on this branch.