From 030286c2adaf139a3839428929f9b04769a35f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:24:57 +0000 Subject: [PATCH] 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/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7fb80b51..acbb48289 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -564,7 +564,7 @@ jobs: - uses: actions/checkout@v5 - name: get dist artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: pypi_files_* merge-multiple: true @@ -605,7 +605,7 @@ jobs: - uses: actions/checkout@v5 - name: get dist artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: pypi_files_linux_* merge-multiple: true @@ -656,7 +656,7 @@ jobs: uses: astral-sh/setup-uv@v6 - name: get dist artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: pypi_files_* merge-multiple: true @@ -687,7 +687,7 @@ jobs: run: uv run .github/check_version.py - name: get dist artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: pypi_files_* merge-multiple: true @@ -696,7 +696,7 @@ jobs: - run: uv publish --trusted-publishing always - name: get wasm dist artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: wasm_wheels path: wasm