From ebc0419022a620b06dbe997a91bb7e478807f285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:14:43 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python.yml | 2 +- .github/workflows/ruby-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 1300741e..bb0f74a5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -300,7 +300,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/python-sdk@')" needs: [linux, musllinux, windows, macos, sdist] steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 - name: Publish to PyPI uses: PyO3/maturin-action@v1 env: diff --git a/.github/workflows/ruby-release.yml b/.github/workflows/ruby-release.yml index fbb29eaf..3e484da1 100644 --- a/.github/workflows/ruby-release.yml +++ b/.github/workflows/ruby-release.yml @@ -210,7 +210,7 @@ jobs: ruby-version: "4.0" - name: Download the cross-compiled gems - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: cross-gem-* merge-multiple: true