Skip to content

Commit 7cd33f1

Browse files
build(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84ca8c7 commit 7cd33f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,25 +187,25 @@ jobs:
187187

188188
steps:
189189
- name: Retrieve artifact from Python build
190-
uses: actions/download-artifact@v6
190+
uses: actions/download-artifact@v7
191191
with:
192192
name: python_wheel
193193
path: builds/wheel/
194194

195195
- name: Retrieve artifact from MacOS build
196-
uses: actions/download-artifact@v6
196+
uses: actions/download-artifact@v7
197197
with:
198198
name: macos_executable
199199
path: builds/macos/
200200

201201
- name: Retrieve artifact from Ubuntu build
202-
uses: actions/download-artifact@v6
202+
uses: actions/download-artifact@v7
203203
with:
204204
name: ubuntu_executable
205205
path: builds/ubuntu/
206206

207207
- name: Retrieve artifact from Windows build
208-
uses: actions/download-artifact@v6
208+
uses: actions/download-artifact@v7
209209
with:
210210
name: windows_executable
211211
path: builds/windows/
@@ -233,7 +233,7 @@ jobs:
233233

234234
steps:
235235
- name: Retrieve artifact from Python build
236-
uses: actions/download-artifact@v6
236+
uses: actions/download-artifact@v7
237237
with:
238238
name: python_wheel
239239
path: builds/wheel/

0 commit comments

Comments
 (0)