Skip to content

Commit ddf9840

Browse files
Bump actions/download-artifact from 4 to 5 (#62186)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 188b2da commit ddf9840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# removes unnecessary files from the release
138138
- name: Download sdist (not macOS)
139139
#if: ${{ matrix.buildplat[1] != 'macosx_*' }}
140-
uses: actions/download-artifact@v4
140+
uses: actions/download-artifact@v5
141141
with:
142142
name: sdist
143143
path: ./dist

0 commit comments

Comments
 (0)