Skip to content

Commit b7c3e2e

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

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
@@ -180,25 +180,25 @@ jobs:
180180

181181
steps:
182182
- name: Retrieve artifact from Python build
183-
uses: actions/download-artifact@v4
183+
uses: actions/download-artifact@v6
184184
with:
185185
name: python_wheel
186186
path: builds/wheel/
187187

188188
- name: Retrieve artifact from MacOS build
189-
uses: actions/download-artifact@v4
189+
uses: actions/download-artifact@v6
190190
with:
191191
name: macos_executable
192192
path: builds/macos/
193193

194194
- name: Retrieve artifact from Ubuntu build
195-
uses: actions/download-artifact@v4
195+
uses: actions/download-artifact@v6
196196
with:
197197
name: ubuntu_executable
198198
path: builds/ubuntu/
199199

200200
- name: Retrieve artifact from Windows build
201-
uses: actions/download-artifact@v4
201+
uses: actions/download-artifact@v6
202202
with:
203203
name: windows_executable
204204
path: builds/windows/
@@ -226,7 +226,7 @@ jobs:
226226

227227
steps:
228228
- name: Retrieve artifact from Python build
229-
uses: actions/download-artifact@v4
229+
uses: actions/download-artifact@v6
230230
with:
231231
name: python_wheel
232232
path: builds/wheel/

0 commit comments

Comments
 (0)