From 292ed7995cf71c24d4a6defbf1b48737b1e539f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:14:09 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-wheels-test.yml | 2 +- .github/workflows/python-wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-wheels-test.yml b/.github/workflows/python-wheels-test.yml index 0c959706..8c173447 100644 --- a/.github/workflows/python-wheels-test.yml +++ b/.github/workflows/python-wheels-test.yml @@ -31,7 +31,7 @@ jobs: python-version: '3.12' - name: Download the wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: dist/ pattern: python-wheels-${{runner.os}}_${{inputs.arch}}* diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 63701445..a7aed0b2 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -144,7 +144,7 @@ jobs: - uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: dist/ pattern: python-wheels-*