Skip to content

Commit f5950b5

Browse files
build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#587)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3274a63 commit f5950b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
id-token: write
8787
steps:
8888
- name: Download all the dists
89-
uses: actions/download-artifact@v5.0.0
89+
uses: actions/download-artifact@v6.0.0
9090
with:
9191
pattern: cibw-*
9292
path: dist
@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- name: Download all the dists
111-
uses: actions/download-artifact@v5.0.0
111+
uses: actions/download-artifact@v6.0.0
112112
with:
113113
pattern: cibw-*
114114
path: dist

0 commit comments

Comments
 (0)