Skip to content

Commit 77da0be

Browse files
Bump actions/download-artifact from 7 to 8 (#38)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...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 eb42876 commit 77da0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-to-bin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
fetch-depth: 0
129129

130130
- name: Download all build artifacts
131-
uses: actions/download-artifact@v7
131+
uses: actions/download-artifact@v8
132132
with:
133133
path: _dist
134134
merge-multiple: true

0 commit comments

Comments
 (0)