Skip to content

Commit 8e3a040

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 2e92455 commit 8e3a040

File tree

2 files changed

+4
-4
lines changed
  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: [build_wheels, build_sdist]
4747
runs-on: ubuntu-24.04
4848
steps:
49-
- uses: actions/download-artifact@v4
49+
- uses: actions/download-artifact@v5
5050
with:
5151
pattern: cibw-*
5252
path: dist
@@ -66,7 +66,7 @@ jobs:
6666
if: github.event_name == 'release' && github.event.action == 'published'
6767

6868
steps:
69-
- uses: actions/download-artifact@v4
69+
- uses: actions/download-artifact@v5
7070
with:
7171
pattern: cibw-*
7272
path: dist

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/cd.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: [build_wheels, build_sdist]
4747
runs-on: ubuntu-24.04
4848
steps:
49-
- uses: actions/download-artifact@v4
49+
- uses: actions/download-artifact@v5
5050
with:
5151
pattern: cibw-*
5252
path: dist
@@ -66,7 +66,7 @@ jobs:
6666
if: github.event_name == 'release' && github.event.action == 'published'
6767

6868
steps:
69-
- uses: actions/download-artifact@v4
69+
- uses: actions/download-artifact@v5
7070
with:
7171
pattern: cibw-*
7272
path: dist

0 commit comments

Comments
 (0)