Skip to content

Commit 76b0d47

Browse files
⬆️ Update actions/download-artifact action to v4.3.0 (#923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ae62c4 commit 76b0d47

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Install cargo-llvm-cov
140140
run: cargo install cargo-llvm-cov
141141
- name: Download requirements-dev.txt
142-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
142+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
143143
with:
144144
name: requirements-dev.txt
145145
- name: Prepare env and install requirements
@@ -235,7 +235,7 @@ jobs:
235235
with:
236236
enable-cache: true
237237
- name: Download requirements-test.txt
238-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
238+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
239239
with:
240240
name: requirements-test.txt
241241
- name: Prepare env and install wheel
@@ -304,7 +304,7 @@ jobs:
304304
name: wheels-musllinux-${{ matrix.platform.target }}-${{ matrix.python-version }}
305305
path: dist
306306
- name: Download requirements-test.txt
307-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
307+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
308308
with:
309309
name: requirements-test.txt
310310
- name: Install Qemu
@@ -348,7 +348,7 @@ jobs:
348348
with:
349349
python-version: ${{ needs.info.outputs.default_python_version }}
350350
- name: Download requirements-test.txt
351-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
351+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
352352
with:
353353
name: requirements-test.txt
354354
- name: 🏗 Install the project
@@ -401,7 +401,7 @@ jobs:
401401
- name: ⤵️ Check out code from GitHub
402402
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
403403
- name: ⬇️ Download wheels
404-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
404+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
405405
with:
406406
pattern: wheels-*
407407
path: dist

0 commit comments

Comments
 (0)