File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
126
126
- name : Upload Built Wheel as GHA Artifact
127
127
# Cannot upgrade to actions/upload-artifact@v4 yet because GLIBC on the instance is too old
128
- uses : actions/upload-artifact@v3
128
+ uses : actions/upload-artifact@v4
129
129
with :
130
130
name : fbgemm_gpu_nightly_cuda_${{ matrix.host-machine.arch }}_${{ matrix.compiler }}_py${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
131
131
path : fbgemm_gpu/dist/*.whl
@@ -166,13 +166,13 @@ jobs:
166
166
steps :
167
167
# Cannot upgrade to actions/checkout@v4 yet because GLIBC on the instance is too old
168
168
- name : Checkout the Repository
169
- uses : actions/checkout@v3
169
+ uses : actions/checkout@v4
170
170
with :
171
171
submodules : true
172
172
173
173
- name : Download Wheel Artifact from GHA
174
174
# Cannot upgrade to actions/download-artifact@v4 yet because GLIBC on the instance is too old
175
- uses : actions/download-artifact@v3
175
+ uses : actions/download-artifact@v4
176
176
with :
177
177
name : fbgemm_gpu_nightly_cuda_${{ matrix.host-machine.arch }}_${{ matrix.compiler }}_py${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
178
178
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
126
126
- name : Upload Built Wheel as GHA Artifact
127
127
# Cannot upgrade to actions/upload-artifact@v4 yet because GLIBC on the instance is too old
128
- uses : actions/upload-artifact@v3
128
+ uses : actions/upload-artifact@v4
129
129
with :
130
130
name : fbgemm_gpu_nightly_genai_${{ matrix.host-machine.arch }}_${{ matrix.compiler }}_py${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
131
131
path : fbgemm_gpu/dist/*.whl
@@ -165,13 +165,13 @@ jobs:
165
165
steps :
166
166
# Cannot upgrade to actions/checkout@v4 yet because GLIBC on the instance is too old
167
167
- name : Checkout the Repository
168
- uses : actions/checkout@v3
168
+ uses : actions/checkout@v4
169
169
with :
170
170
submodules : true
171
171
172
172
- name : Download Wheel Artifact from GHA
173
173
# Cannot upgrade to actions/download-artifact@v4 yet because GLIBC on the instance is too old
174
- uses : actions/download-artifact@v3
174
+ uses : actions/download-artifact@v4
175
175
with :
176
176
name : fbgemm_gpu_nightly_genai_${{ matrix.host-machine.arch }}_${{ matrix.compiler }}_py${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
177
177
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
117
117
- name : Upload Built Wheel as GHA Artifact
118
118
# Cannot upgrade to actions/upload-artifact@v4 yet because GLIBC on the instance is too old
119
- uses : actions/upload-artifact@v3
119
+ uses : actions/upload-artifact@v4
120
120
with :
121
121
name : fbgemm_gpu_nightly_genai_${{ matrix.host-machine.arch }}_${{ matrix.compiler }}_py${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
122
122
path : fbgemm_gpu/dist/*.whl
@@ -167,7 +167,7 @@ jobs:
167
167
168
168
- name : Download Wheel Artifact from GHA
169
169
# Cannot upgrade to actions/download-artifact@v4 yet because GLIBC on the instance is too old
170
- uses : actions/download-artifact@v3
170
+ uses : actions/download-artifact@v4
171
171
with :
172
172
name : fbgemm_gpu_nightly_genai_${{ matrix.host-machine.arch }}_${{ matrix.compiler }}_py${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
173
173
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
git config --global --add safe.directory '*'
167
167
168
168
- name : Checkout the Repository
169
- uses : actions/checkout@v3
169
+ uses : actions/checkout@v4
170
170
171
171
- name : Download Wheel Artifact from GHA
172
172
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
steps :
131
131
# Cannot upgrade to actions/checkout@v4 yet because GLIBC on the instance is too old
132
132
- name : Checkout the Repository
133
- uses : actions/checkout@v3
133
+ uses : actions/checkout@v4
134
134
135
135
- name : Install NVIDIA Drivers and NVIDIA-Docker Runtime
136
136
uses : pytorch/test-infra/.github/actions/setup-nvidia@main
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
run : . $PRELUDE; cd fbgemm_gpu; build_fbgemm_gpu_package $BUILD_ENV release cuda
120
120
121
121
- name : Upload Built Wheel as GHA Artifact
122
- uses : actions/upload-artifact@v3
122
+ uses : actions/upload-artifact@v4
123
123
with :
124
124
name : fbgemm_gpu_release_cuda_${{ matrix.host-machine.arch }}_${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
125
125
path : fbgemm_gpu/dist/*.whl
@@ -151,10 +151,10 @@ jobs:
151
151
152
152
steps :
153
153
- name : Checkout the Repository
154
- uses : actions/checkout@v3
154
+ uses : actions/checkout@v4
155
155
156
156
- name : Download Wheel Artifact from GHA
157
- uses : actions/download-artifact@v3
157
+ uses : actions/download-artifact@v4
158
158
with :
159
159
name : fbgemm_gpu_release_cuda_${{ matrix.host-machine.arch }}_${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
160
160
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
run : . $PRELUDE; cd fbgemm_gpu; build_fbgemm_gpu_package $BUILD_ENV release genai
120
120
121
121
- name : Upload Built Wheel as GHA Artifact
122
- uses : actions/upload-artifact@v3
122
+ uses : actions/upload-artifact@v4
123
123
with :
124
124
name : fbgemm_gpu_release_genai_${{ matrix.host-machine.arch }}_${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
125
125
path : fbgemm_gpu/dist/*.whl
@@ -151,10 +151,10 @@ jobs:
151
151
152
152
steps :
153
153
- name : Checkout the Repository
154
- uses : actions/checkout@v3
154
+ uses : actions/checkout@v4
155
155
156
156
- name : Download Wheel Artifact from GHA
157
- uses : actions/download-artifact@v3
157
+ uses : actions/download-artifact@v4
158
158
with :
159
159
name : fbgemm_gpu_release_genai_${{ matrix.host-machine.arch }}_${{ matrix.python-version }}_cu${{ matrix.cuda-version }}.whl
160
160
You can’t perform that action at this time.
0 commit comments