Skip to content

Commit decd622

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 e42775c commit decd622

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
@@ -132,7 +132,7 @@ jobs:
132132

133133
- run: rm LICENSE.txt
134134
- name: Download LICENSE.txt
135-
uses: actions/download-artifact@v7
135+
uses: actions/download-artifact@v8
136136
with:
137137
name: python-wheel-license
138138
path: .
@@ -200,7 +200,7 @@ jobs:
200200

201201
- run: rm LICENSE.txt
202202
- name: Download LICENSE.txt
203-
uses: actions/download-artifact@v7
203+
uses: actions/download-artifact@v8
204204
with:
205205
name: python-wheel-license
206206
path: .
@@ -261,7 +261,7 @@ jobs:
261261

262262
- run: rm LICENSE.txt
263263
- name: Download LICENSE.txt
264-
uses: actions/download-artifact@v7
264+
uses: actions/download-artifact@v8
265265
with:
266266
name: python-wheel-license
267267
path: .
@@ -335,7 +335,7 @@ jobs:
335335

336336
- run: rm LICENSE.txt
337337
- name: Download LICENSE.txt
338-
uses: actions/download-artifact@v7
338+
uses: actions/download-artifact@v8
339339
with:
340340
name: python-wheel-license
341341
path: .
@@ -384,7 +384,7 @@ jobs:
384384
- uses: actions/checkout@v6
385385
- run: rm LICENSE.txt
386386
- name: Download LICENSE.txt
387-
uses: actions/download-artifact@v7
387+
uses: actions/download-artifact@v8
388388
with:
389389
name: python-wheel-license
390390
path: .
@@ -475,7 +475,7 @@ jobs:
475475

476476
# Download the Linux wheel built in the previous job
477477
- name: Download pre-built Linux wheel
478-
uses: actions/download-artifact@v7
478+
uses: actions/download-artifact@v8
479479
with:
480480
name: dist-manylinux-x86_64
481481
path: wheels/

.github/workflows/test.yml

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

7272
# Download the Linux wheel built in the build workflow
7373
- name: Download pre-built Linux wheel
74-
uses: actions/download-artifact@v7
74+
uses: actions/download-artifact@v8
7575
with:
7676
name: dist-manylinux-x86_64
7777
path: wheels/
7878

7979
# Download the FFI test wheel
8080
- name: Download pre-built FFI test wheel
81-
uses: actions/download-artifact@v7
81+
uses: actions/download-artifact@v8
8282
with:
8383
name: test-ffi-manylinux-x86_64
8484
path: wheels/

0 commit comments

Comments
 (0)