Skip to content

Commit 6cec38e

Browse files
build(deps): bump actions/download-artifact in /.github/workflows
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] <support@github.com>
1 parent 5f85b72 commit 6cec38e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,17 @@ jobs:
135135
prerelease: false
136136

137137
- name: Download Linux Artifact
138-
uses: actions/download-artifact@v1
138+
uses: actions/download-artifact@v4.1.7
139139
with:
140140
name: ${{ env.linux_artifact }}
141141

142142
- name: Download macOS Artifact
143-
uses: actions/download-artifact@v1
143+
uses: actions/download-artifact@v4.1.7
144144
with:
145145
name: ${{ env.macos_artifact }}
146146

147147
- name: Download Windows Artifact
148-
uses: actions/download-artifact@v1
148+
uses: actions/download-artifact@v4.1.7
149149
with:
150150
name: ${{ env.windows_artifact }}
151151

0 commit comments

Comments
 (0)