Skip to content

Commit 6a32e72

Browse files
⬆️ Update actions/download-artifact action to v8 (#1453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bd84a2 commit 6a32e72

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
@@ -159,7 +159,7 @@ jobs:
159159
- name: Install cargo-llvm-cov
160160
run: cargo install cargo-llvm-cov
161161
- name: Download requirements-dev.txt
162-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
162+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
163163
with:
164164
name: requirements-dev.txt
165165
- name: Prepare env and install requirements
@@ -256,7 +256,7 @@ jobs:
256256
- name: 🏗 Install uv
257257
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
258258
- name: Download requirements-test.txt
259-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
259+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
260260
with:
261261
name: requirements-test.txt
262262
- name: Prepare env and install wheel
@@ -323,7 +323,7 @@ jobs:
323323
name: wheels-musllinux-${{ matrix.target }}-${{ matrix.python-version }}
324324
path: dist
325325
- name: Download requirements-test.txt
326-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
326+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
327327
with:
328328
name: requirements-test.txt
329329
- name: Install Docker Buildx
@@ -363,7 +363,7 @@ jobs:
363363
with:
364364
python-version: ${{ needs.info.outputs.default_python_version }}
365365
- name: Download requirements-dev.txt
366-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
366+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
367367
with:
368368
name: requirements-dev.txt
369369
- name: 🏗 Install the project
@@ -419,7 +419,7 @@ jobs:
419419
- name: ⤵️ Check out code from GitHub
420420
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
421421
- name: ⬇️ Download wheels
422-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
422+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
423423
with:
424424
pattern: wheels-*
425425
path: dist

0 commit comments

Comments
 (0)