From f5eec9725e166dcb7633ffd75bbead6bf8b955f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 20:21:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/download-?= =?UTF-8?q?artifact=20action=20to=20v4.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 62bc4111f..cde4aa12e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: - name: Install cargo-llvm-cov run: cargo install cargo-llvm-cov - name: Download requirements-dev.txt - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: requirements-dev.txt - name: Prepare env and install requirements @@ -235,7 +235,7 @@ jobs: with: enable-cache: true - name: Download requirements-test.txt - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: requirements-test.txt - name: Prepare env and install wheel @@ -304,7 +304,7 @@ jobs: name: wheels-musllinux-${{ matrix.platform.target }}-${{ matrix.python-version }} path: dist - name: Download requirements-test.txt - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: requirements-test.txt - name: Install Qemu @@ -348,7 +348,7 @@ jobs: with: python-version: ${{ needs.info.outputs.default_python_version }} - name: Download requirements-test.txt - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: requirements-test.txt - name: 🏗 Install the project @@ -401,7 +401,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ⬇️ Download wheels - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: pattern: wheels-* path: dist