We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b451a2 commit 476bdcbCopy full SHA for 476bdcb
1 file changed
.github/workflows/wheels_build.yml
@@ -224,7 +224,7 @@ jobs:
224
PLAT_ARG: ${{ contains(inputs.os, 'ubuntu') && '--plat-name manylinux2014_x86_64' || '' }}
225
226
- run: du -h dist/*
227
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
228
with:
229
name: ${{ inputs.os }}-py${{ inputs.python }}-torch${{ inputs.torch_version }}+cu${{ inputs.cuda_short_version }}
230
path: dist/*.whl
0 commit comments