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 d4771bf commit 6be08dcCopy full SHA for 6be08dc
.github/workflows/documentation.yml
@@ -83,6 +83,6 @@ jobs:
83
exit 1
84
fi
85
86
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
87
with:
88
path: ./dist/html/**
.github/workflows/wheels-any.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: build wheel
25
run: python -m pip wheel .
26
27
28
29
path: ./onnx_array_api*.whl
0 commit comments