Skip to content

Commit a2d5d28

Browse files
Bump actions/download-artifact from 3 to 4 (#57)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 90dbfd5 commit a2d5d28

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
@@ -204,7 +204,7 @@ jobs:
204204
python-version: ${{ matrix.python-version }}
205205

206206
- name: Download the wheels
207-
uses: actions/download-artifact@v3
207+
uses: actions/download-artifact@v4
208208
with:
209209
name: wheels
210210
path: dist/
@@ -247,7 +247,7 @@ jobs:
247247

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

0 commit comments

Comments
 (0)