Skip to content

Commit f23387a

Browse files
⬆️ Update actions/download-artifact action to v5 (#1080)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f33be52 commit f23387a

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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
142+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
238+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
307+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
308308
with:
309309
name: requirements-test.txt
310310
- name: Install Qemu
@@ -349,7 +349,7 @@ jobs:
349349
with:
350350
python-version: ${{ needs.info.outputs.default_python_version }}
351351
- name: Download requirements-dev.txt
352-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
352+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
353353
with:
354354
name: requirements-dev.txt
355355
- name: 🏗 Install the project
@@ -407,7 +407,7 @@ jobs:
407407
- name: ⤵️ Check out code from GitHub
408408
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
409409
- name: ⬇️ Download wheels
410-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
410+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
411411
with:
412412
pattern: wheels-*
413413
path: dist

0 commit comments

Comments
 (0)