Skip to content

Commit e4879f2

Browse files
chore(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62ab39c commit e4879f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,22 +127,22 @@ jobs:
127127
release_name: ${{ steps.get_version.outputs.VERSION }}
128128

129129
- name: Download Linux amd64 tarball
130-
uses: actions/download-artifact@v2
130+
uses: actions/download-artifact@v4.1.7
131131
with:
132132
name: ${{ env.LINUX_AMD64_TARGET }}
133133

134134
- name: Download Linux arm64 tarball
135-
uses: actions/download-artifact@v2
135+
uses: actions/download-artifact@v4.1.7
136136
with:
137137
name: ${{ env.LINUX_ARM64_TARGET }}
138138

139139
- name: Download Windows tarball
140-
uses: actions/download-artifact@v2
140+
uses: actions/download-artifact@v4.1.7
141141
with:
142142
name: ${{ env.WINDOWS_TARGET }}
143143

144144
- name: Download MacOS tarball
145-
uses: actions/download-artifact@v2
145+
uses: actions/download-artifact@v4.1.7
146146
with:
147147
name: ${{ env.MACOS_TARGET }}
148148

0 commit comments

Comments
 (0)