Skip to content

Commit e16907a

Browse files
build(deps): bump actions/download-artifact from 5 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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 c141dd3 commit e16907a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- run: rm LICENSE.txt
8989
- name: Download LICENSE.txt
90-
uses: actions/download-artifact@v5
90+
uses: actions/download-artifact@v7
9191
with:
9292
name: python-wheel-license
9393
path: .
@@ -143,7 +143,7 @@ jobs:
143143

144144
- run: rm LICENSE.txt
145145
- name: Download LICENSE.txt
146-
uses: actions/download-artifact@v5
146+
uses: actions/download-artifact@v7
147147
with:
148148
name: python-wheel-license
149149
path: .
@@ -180,7 +180,7 @@ jobs:
180180
- uses: actions/checkout@v5
181181
- run: rm LICENSE.txt
182182
- name: Download LICENSE.txt
183-
uses: actions/download-artifact@v5
183+
uses: actions/download-artifact@v7
184184
with:
185185
name: python-wheel-license
186186
path: .
@@ -209,7 +209,7 @@ jobs:
209209
- uses: actions/checkout@v5
210210
- run: rm LICENSE.txt
211211
- name: Download LICENSE.txt
212-
uses: actions/download-artifact@v5
212+
uses: actions/download-artifact@v7
213213
with:
214214
name: python-wheel-license
215215
path: .
@@ -239,7 +239,7 @@ jobs:
239239
- uses: actions/checkout@v5
240240
- run: rm LICENSE.txt
241241
- name: Download LICENSE.txt
242-
uses: actions/download-artifact@v5
242+
uses: actions/download-artifact@v7
243243
with:
244244
name: python-wheel-license
245245
path: .
@@ -321,7 +321,7 @@ jobs:
321321

322322
# Download the Linux wheel built in the previous job
323323
- name: Download pre-built Linux wheel
324-
uses: actions/download-artifact@v5
324+
uses: actions/download-artifact@v7
325325
with:
326326
name: dist-manylinux-x86_64
327327
path: wheels/
@@ -375,7 +375,7 @@ jobs:
375375
# needs: [build-manylinux, build-python-mac-win]
376376
# runs-on: ubuntu-latest
377377
# steps:
378-
# - uses: actions/download-artifact@v5
378+
# - uses: actions/download-artifact@v7
379379
# - name: Publish to PyPI
380380
# uses: pypa/gh-action-pypi-publish@master
381381
# with:

0 commit comments

Comments
 (0)