Skip to content

Commit 89f2451

Browse files
Merge pull request #168 from MatthieuDartiailh/dependabot/github_actions/actions/download-artifact-5.0.0
build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents eec7c30 + 6b58a61 commit 89f2451

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Download all the dists
77-
uses: actions/download-artifact@v4.3.0
77+
uses: actions/download-artifact@v5.0.0
7878
with:
7979
pattern: cibw-*
8080
path: dist
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Download all the dists
104-
uses: actions/download-artifact@v4.3.0
104+
uses: actions/download-artifact@v5.0.0
105105
with:
106106
pattern: cibw-*
107107
path: dist

0 commit comments

Comments
 (0)