Skip to content

Commit 476bdcb

Browse files
upgrade to v4
1 parent 1b451a2 commit 476bdcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
PLAT_ARG: ${{ contains(inputs.os, 'ubuntu') && '--plat-name manylinux2014_x86_64' || '' }}
225225

226226
- run: du -h dist/*
227-
- uses: actions/upload-artifact@v3
227+
- uses: actions/upload-artifact@v4
228228
with:
229229
name: ${{ inputs.os }}-py${{ inputs.python }}-torch${{ inputs.torch_version }}+cu${{ inputs.cuda_short_version }}
230230
path: dist/*.whl

0 commit comments

Comments
 (0)