Skip to content

Commit 01e10b5

Browse files
chore(deps): Bump actions/download-artifact from 4 to 8 (#25)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a155cfb commit 01e10b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# that build-hyperlight creates (deps/js-host-api → Cargo checkout).
133133
# Downloading before setup would be clobbered when setup re-creates the link.
134134
- name: Download all native addons
135-
uses: actions/download-artifact@v4
135+
uses: actions/download-artifact@v8
136136
with:
137137
pattern: native-addons-*
138138
merge-multiple: true

0 commit comments

Comments
 (0)