Skip to content

Commit 4609093

Browse files
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](actions/download-artifact@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] <[email protected]>
1 parent ed0d1ca commit 4609093

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ jobs:
564564
- uses: actions/checkout@v4
565565

566566
- name: get dist artifacts
567-
uses: actions/download-artifact@v4
567+
uses: actions/download-artifact@v5
568568
with:
569569
pattern: pypi_files_*
570570
merge-multiple: true
@@ -605,7 +605,7 @@ jobs:
605605
- uses: actions/checkout@v4
606606

607607
- name: get dist artifacts
608-
uses: actions/download-artifact@v4
608+
uses: actions/download-artifact@v5
609609
with:
610610
pattern: pypi_files_linux_*
611611
merge-multiple: true
@@ -656,7 +656,7 @@ jobs:
656656
uses: astral-sh/setup-uv@v6
657657

658658
- name: get dist artifacts
659-
uses: actions/download-artifact@v4
659+
uses: actions/download-artifact@v5
660660
with:
661661
pattern: pypi_files_*
662662
merge-multiple: true
@@ -687,7 +687,7 @@ jobs:
687687
run: uv run .github/check_version.py
688688

689689
- name: get dist artifacts
690-
uses: actions/download-artifact@v4
690+
uses: actions/download-artifact@v5
691691
with:
692692
pattern: pypi_files_*
693693
merge-multiple: true
@@ -696,7 +696,7 @@ jobs:
696696
- run: uv publish --trusted-publishing always
697697

698698
- name: get wasm dist artifacts
699-
uses: actions/download-artifact@v4
699+
uses: actions/download-artifact@v5
700700
with:
701701
name: wasm_wheels
702702
path: wasm

0 commit comments

Comments
 (0)