From c28d91e6e819f4c3db817c68b7831fa67a9b63ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:39:31 +0000 Subject: [PATCH 1/2] Bump actions/download-artifact from 4.3.0 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...634f93cb2916e3fdff6788551b99b062d0335ce0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_wheels.yml b/.github/workflows/release_wheels.yml index 7f3f7ca43..0771c697b 100644 --- a/.github/workflows/release_wheels.yml +++ b/.github/workflows/release_wheels.yml @@ -44,7 +44,7 @@ jobs: timeout-minutes: 30 steps: - name: Retrieve saved wheels - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4 with: path: dist/ pattern: python-wheels-* From cacb9e7ca17cff1202345bd1796d5f6b6b4a4039 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Thu, 11 Sep 2025 19:26:58 -0700 Subject: [PATCH 2/2] Make the comment say v5.0.0 Dependabot didn't update the version comment. Bad Dependabot. --- .github/workflows/release_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_wheels.yml b/.github/workflows/release_wheels.yml index 0771c697b..a1888699f 100644 --- a/.github/workflows/release_wheels.yml +++ b/.github/workflows/release_wheels.yml @@ -44,7 +44,7 @@ jobs: timeout-minutes: 30 steps: - name: Retrieve saved wheels - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: path: dist/ pattern: python-wheels-*