Skip to content

Commit b553643

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#1201)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0806ce5 commit b553643

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

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

8484
- run: rm LICENSE.txt
8585
- name: Download LICENSE.txt
86-
uses: actions/download-artifact@v4
86+
uses: actions/download-artifact@v5
8787
with:
8888
name: python-wheel-license
8989
path: .
@@ -139,7 +139,7 @@ jobs:
139139

140140
- run: rm LICENSE.txt
141141
- name: Download LICENSE.txt
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v5
143143
with:
144144
name: python-wheel-license
145145
path: .
@@ -176,7 +176,7 @@ jobs:
176176
- uses: actions/checkout@v4
177177
- run: rm LICENSE.txt
178178
- name: Download LICENSE.txt
179-
uses: actions/download-artifact@v4
179+
uses: actions/download-artifact@v5
180180
with:
181181
name: python-wheel-license
182182
path: .
@@ -205,7 +205,7 @@ jobs:
205205
- uses: actions/checkout@v4
206206
- run: rm LICENSE.txt
207207
- name: Download LICENSE.txt
208-
uses: actions/download-artifact@v4
208+
uses: actions/download-artifact@v5
209209
with:
210210
name: python-wheel-license
211211
path: .
@@ -235,7 +235,7 @@ jobs:
235235
- uses: actions/checkout@v4
236236
- run: rm LICENSE.txt
237237
- name: Download LICENSE.txt
238-
uses: actions/download-artifact@v4
238+
uses: actions/download-artifact@v5
239239
with:
240240
name: python-wheel-license
241241
path: .
@@ -278,7 +278,7 @@ jobs:
278278
# needs: [build-manylinux, build-python-mac-win]
279279
# runs-on: ubuntu-latest
280280
# steps:
281-
# - uses: actions/download-artifact@v4
281+
# - uses: actions/download-artifact@v5
282282
# - name: Publish to PyPI
283283
# uses: pypa/gh-action-pypi-publish@master
284284
# with:

0 commit comments

Comments
 (0)