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 940e7a7 commit 969a4a2Copy full SHA for 969a4a2
.github/workflows/build.yaml
@@ -81,7 +81,7 @@ jobs:
81
if: ${{ matrix.os == 'windows-2022' }}
82
83
- name: Upload Wheel
84
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
85
with:
86
name: dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
87
path: dist/*.whl
0 commit comments