From cd4347c6778d65de496ed4be5f0cce57cfa82e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 02:26:20 +0000 Subject: [PATCH] chore(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/android.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/python.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 60949f1a..7bf5f9e1 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -113,7 +113,7 @@ jobs: submodules: true - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: android-libs pattern: android-libs-* diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 798227d0..a1f86354 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -237,7 +237,7 @@ jobs: ruby-version: '3.3' - name: Download the cross-compiled gems - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: cross-gem-* merge-multiple: true diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 558838af..8930b5bd 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -295,7 +295,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/python-sdk@')" needs: [linux, musllinux, windows, macos, sdist] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 - name: Publish to PyPI uses: PyO3/maturin-action@v1 env: