Skip to content

Commit 866d4a3

Browse files
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c38a5e commit 866d4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
uses: actions/checkout@v4
194194

195195
- name: Download built Hook artifacts
196-
uses: actions/download-artifact@v4
196+
uses: actions/download-artifact@v5
197197
with:
198198
pattern: "hook-tarball-*"
199199
merge-multiple: true
@@ -265,7 +265,7 @@ jobs:
265265
uses: actions/checkout@v4
266266

267267
- name: Download built Hook artifacts
268-
uses: actions/download-artifact@v4
268+
uses: actions/download-artifact@v5
269269
with:
270270
pattern: "hook-tarball-*"
271271
merge-multiple: true

0 commit comments

Comments
 (0)