We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56cda20 + b3b6766 commit e2e42e1Copy full SHA for e2e42e1
1 file changed
.github/workflows/build-wheels.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build wheels
34
run: pip wheel --no-deps --wheel-dir wheelhouse .
35
36
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
37
with:
38
name: my_asset_manager_wheels
39
path: ./wheelhouse/*.whl
0 commit comments