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 @@ -241,7 +241,7 @@ jobs:
241241 mode : ${{ inputs.pytorch_mode }}
242242
243243 - name : Download Triton wheels
244- uses : actions/download-artifact@v4
244+ uses : actions/download-artifact@v5
245245 with :
246246 name : triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
247247
@@ -387,7 +387,7 @@ jobs:
387387 key : pip-${{ inputs.python_version }}-${{ hashFiles('pyproject.toml', 'setup.py') }}-${{ env.PIP_CACHE_NUMBER }}
388388
389389 - name : Download test reports
390- uses : actions/download-artifact@v4
390+ uses : actions/download-artifact@v5
391391 with :
392392 pattern : test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
393393 path : reports
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 python-version : " 3.10"
149149
150150 - name : Download all artifacts
151- uses : actions/download-artifact@v4
151+ uses : actions/download-artifact@v5
152152 with :
153153 path : separate-reports
154154
You can’t perform that action at this time.
0 commit comments