File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239
239
mode : ${{ inputs.pytorch_mode }}
240
240
241
241
- name : Download Triton wheels
242
- uses : actions/download-artifact@v4
242
+ uses : actions/download-artifact@v5
243
243
with :
244
244
name : triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
245
245
@@ -386,7 +386,7 @@ jobs:
386
386
key : pip-${{ inputs.python_version }}-${{ hashFiles('pyproject.toml', 'setup.py') }}-${{ env.PIP_CACHE_NUMBER }}
387
387
388
388
- name : Download test reports
389
- uses : actions/download-artifact@v4
389
+ uses : actions/download-artifact@v5
390
390
with :
391
391
pattern : test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
392
392
path : reports
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
python-version : " 3.10"
149
149
150
150
- name : Download all artifacts
151
- uses : actions/download-artifact@v4
151
+ uses : actions/download-artifact@v5
152
152
with :
153
153
path : separate-reports
154
154
You can’t perform that action at this time.
0 commit comments