diff --git a/.github/workflows/_build_test_upload.yml b/.github/workflows/_build_test_upload.yml index b5df9142b..84a29a170 100644 --- a/.github/workflows/_build_test_upload.yml +++ b/.github/workflows/_build_test_upload.yml @@ -167,7 +167,7 @@ jobs: aws-region: us-east-1 - name: Download Artifacts from Github continue-on-error: true - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: torchdata-artifact - name: Determine if Wheel Uploading is needed