From dd908c9362f3c05a2235952a9ffd85ae47ce913c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 05:48:48 +0000 Subject: [PATCH] build(deps): 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](https://github.com/actions/download-artifact/compare/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] --- .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..96839b0a 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@v5 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..aabd4f47 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@v5 with: path: dist/ pattern: python-wheels-*