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.
2 parents 520f7fd + 44af67e commit 958df25Copy full SHA for 958df25
1 file changed
.github/workflows/build.yaml
@@ -84,7 +84,7 @@ jobs:
84
if: ${{ matrix.os == 'windows-2022' }}
85
86
- name: Upload Wheel
87
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
88
with:
89
name: dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.python-version }}
90
path: dist/*.whl
0 commit comments