Skip to content

Commit cca2ba9

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] <support@github.com>
1 parent f7501a9 commit cca2ba9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build_release.yml

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

251251
steps:
252252
- name: Retrieve artifact from Python build
253-
uses: actions/download-artifact@v6
253+
uses: actions/download-artifact@v7
254254
with:
255255
name: python_wheel
256256
path: builds/wheel/dist/
257257

258258
- name: Retrieve artifact from MacOS build
259-
uses: actions/download-artifact@v6
259+
uses: actions/download-artifact@v7
260260
with:
261261
name: macos_executable
262262
path: builds/macos/
263263

264264
- name: Retrieve artifact from Ubuntu build
265-
uses: actions/download-artifact@v6
265+
uses: actions/download-artifact@v7
266266
with:
267267
name: ubuntu_executable
268268
path: builds/ubuntu/
269269

270270
- name: Retrieve artifact from Windows build
271-
uses: actions/download-artifact@v6
271+
uses: actions/download-artifact@v7
272272
with:
273273
name: windows_executable
274274
path: builds/windows/
@@ -313,7 +313,7 @@ jobs:
313313
python -m pip install -U twine
314314
315315
- name: Retrieve artifact from Python build
316-
uses: actions/download-artifact@v6
316+
uses: actions/download-artifact@v7
317317
with:
318318
name: python_wheel
319319
path: builds/wheel/

.github/workflows/documentation.yml

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

105105
steps:
106106
- name: Download artifact
107-
uses: actions/download-artifact@v6
107+
uses: actions/download-artifact@v7
108108
with:
109109
name: documentation
110110
path: docs/_build/html

0 commit comments

Comments
 (0)