Skip to content

Commit 98ffc5c

Browse files
authored
chore(ci): bump actions/download-artifact v4 → v8 in load-chip (#3691)
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).
1 parent eae343f commit 98ffc5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/load-chip/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: 'composite'
1010
steps:
1111
- name: Install artifact image
12-
uses: actions/download-artifact@v4
12+
uses: actions/download-artifact@v8
1313
with:
1414
name: chip-image
1515
path: /tmp

0 commit comments

Comments
 (0)