@@ -170,13 +170,13 @@ jobs:
170170 dest : ${{ steps.pip-cache.outputs.dest }}
171171
172172 - name : Upload Triton wheels
173- uses : actions/upload-artifact@v4
173+ uses : actions/upload-artifact@v5
174174 with :
175175 name : triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
176176 path : dist/*.whl
177177
178178 - name : Upload test reports
179- uses : actions/upload-artifact@v4
179+ uses : actions/upload-artifact@v5
180180 with :
181181 name : test-reports-build-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
182182 include-hidden-files : true
@@ -238,7 +238,7 @@ jobs:
238238 mode : ${{ inputs.pytorch_mode }}
239239
240240 - name : Download Triton wheels
241- uses : actions/download-artifact@v5
241+ uses : actions/download-artifact@v6
242242 with :
243243 name : triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
244244
@@ -384,7 +384,7 @@ jobs:
384384 dest : ${{ steps.pip-cache.outputs.dest }}
385385
386386 - name : Upload test reports
387- uses : actions/upload-artifact@v4
387+ uses : actions/upload-artifact@v5
388388 with :
389389 name : test-reports-${{ matrix.suite }}-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
390390 include-hidden-files : true
@@ -407,7 +407,7 @@ jobs:
407407 key : pip-${{ inputs.python_version }}-${{ hashFiles('pyproject.toml', 'setup.py') }}-${{ env.PIP_CACHE_NUMBER }}
408408
409409 - name : Download test reports
410- uses : actions/download-artifact@v5
410+ uses : actions/download-artifact@v6
411411 with :
412412 pattern : test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
413413 path : reports
@@ -433,20 +433,20 @@ jobs:
433433 python scripts/pass_rate.py --reports reports --suite tutorials --json > pass_rate_tutorials.json
434434
435435 - name : Upload pass rate report
436- uses : actions/upload-artifact@v4
436+ uses : actions/upload-artifact@v5
437437 with :
438438 name : pass_rate-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
439439 path : pass_rate*.json
440440
441441 - name : Upload tutorials test report
442- uses : actions/upload-artifact@v4
442+ uses : actions/upload-artifact@v5
443443 with :
444444 name : test-reports-tutorials-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
445445 include-hidden-files : true
446446 path : reports/tutorials.xml
447447
448448 - name : Upload tutorials performance report
449- uses : actions/upload-artifact@v4
449+ uses : actions/upload-artifact@v5
450450 with :
451451 name : tutorials-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
452452 if-no-files-found : warn
0 commit comments