Skip to content

Commit 3e06bab

Browse files
build(deps): bump actions/download-artifact in /.github/workflows (#2694)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b0a4c5 commit 3e06bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
# Download the artifacts created by the stage_release job.
110110
- name: Download release candidates
111-
uses: actions/download-artifact@v1
111+
uses: actions/download-artifact@v4.1.7
112112
with:
113113
name: dist
114114

0 commit comments

Comments
 (0)