Skip to content

Commit

Permalink
Update release_build to upload-artifcats v4
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhang12 committed Oct 21, 2024
1 parent 5cb5f1e commit e022eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
python setup.py bdist_wheel \
--python-tag=${{ matrix.python-tag }}
- name: Upload wheel as GHA artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: torchrec_${{ matrix.python-version }}_${{ matrix.cuda-tag }}.whl
path: dist/torchrec-*.whl
Expand Down

0 comments on commit e022eca

Please sign in to comment.