Skip to content

Commit b7ed50b

Browse files
build(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b21572 commit b7ed50b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- run: rm LICENSE.txt
143143
- name: Download LICENSE.txt
144-
uses: actions/download-artifact@v7
144+
uses: actions/download-artifact@v8
145145
with:
146146
name: python-wheel-license
147147
path: .
@@ -209,7 +209,7 @@ jobs:
209209

210210
- run: rm LICENSE.txt
211211
- name: Download LICENSE.txt
212-
uses: actions/download-artifact@v7
212+
uses: actions/download-artifact@v8
213213
with:
214214
name: python-wheel-license
215215
path: .
@@ -283,7 +283,7 @@ jobs:
283283

284284
- run: rm LICENSE.txt
285285
- name: Download LICENSE.txt
286-
uses: actions/download-artifact@v7
286+
uses: actions/download-artifact@v8
287287
with:
288288
name: python-wheel-license
289289
path: .
@@ -357,7 +357,7 @@ jobs:
357357

358358
- run: rm LICENSE.txt
359359
- name: Download LICENSE.txt
360-
uses: actions/download-artifact@v7
360+
uses: actions/download-artifact@v8
361361
with:
362362
name: python-wheel-license
363363
path: .
@@ -406,7 +406,7 @@ jobs:
406406
- uses: actions/checkout@v6
407407
- run: rm LICENSE.txt
408408
- name: Download LICENSE.txt
409-
uses: actions/download-artifact@v7
409+
uses: actions/download-artifact@v8
410410
with:
411411
name: python-wheel-license
412412
path: .
@@ -497,7 +497,7 @@ jobs:
497497

498498
# Download the Linux wheel built in the previous job
499499
- name: Download pre-built Linux wheel
500-
uses: actions/download-artifact@v7
500+
uses: actions/download-artifact@v8
501501
with:
502502
name: dist-manylinux-x86_64
503503
path: wheels/

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959

6060
# Download the Linux wheel built in the build workflow
6161
- name: Download pre-built Linux wheel
62-
uses: actions/download-artifact@v7
62+
uses: actions/download-artifact@v8
6363
with:
6464
name: dist-manylinux-x86_64
6565
path: wheels/
6666

6767
# Download the FFI test wheel
6868
- name: Download pre-built FFI test wheel
69-
uses: actions/download-artifact@v7
69+
uses: actions/download-artifact@v8
7070
with:
7171
name: test-ffi-manylinux-x86_64
7272
path: wheels/

0 commit comments

Comments
 (0)