Skip to content

Commit 3f50ff6

Browse files
authored
Update build_wheels_windows.yml
1 parent 62aa42c commit 3f50ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
python-version: ${{ matrix.python-version }}
114114
architecture: ${{ matrix.platform }}
115115
- name: Download a wheel accordingly to matrix
116-
uses: actions/download-artifact@v3
116+
uses: actions/download-artifact@v4
117117
with:
118118
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
119119
path: wheelhouse/

0 commit comments

Comments
 (0)