Skip to content

Commit 23c14e7

Browse files
Bump actions/download-artifact from 2 to 4 (#20)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de6eae1 commit 23c14e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
python-version: ${{ matrix.python-version }}
208208

209209
- name: Download the wheels
210-
uses: actions/download-artifact@v2
210+
uses: actions/download-artifact@v4
211211
with:
212212
name: wheels
213213
path: dist/
@@ -247,7 +247,7 @@ jobs:
247247

248248
steps:
249249
- name: Download the wheels
250-
uses: actions/download-artifact@v2
250+
uses: actions/download-artifact@v4
251251
with:
252252
name: wheels
253253
path: dist/

0 commit comments

Comments
 (0)