Skip to content

Commit 6b58a61

Browse files
build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eec7c30 commit 6b58a61

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)