Skip to content

Commit e227e9e

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1b1ea6 commit e227e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
mode: ${{ inputs.pytorch_mode }}
240240

241241
- name: Download Triton wheels
242-
uses: actions/download-artifact@v4
242+
uses: actions/download-artifact@v5
243243
with:
244244
name: triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
245245

@@ -396,7 +396,7 @@ jobs:
396396
key: pip-${{ inputs.python_version }}-${{ hashFiles('pyproject.toml', 'setup.py') }}-${{ env.PIP_CACHE_NUMBER }}
397397

398398
- name: Download test reports
399-
uses: actions/download-artifact@v4
399+
uses: actions/download-artifact@v5
400400
with:
401401
pattern: test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
402402
path: reports

0 commit comments

Comments
 (0)