We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62aa42c commit 3f50ff6Copy full SHA for 3f50ff6
.github/workflows/build_wheels_windows.yml
@@ -113,7 +113,7 @@ jobs:
113
python-version: ${{ matrix.python-version }}
114
architecture: ${{ matrix.platform }}
115
- name: Download a wheel accordingly to matrix
116
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
117
with:
118
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
119
path: wheelhouse/
0 commit comments