Skip to content

Commit bcb2c40

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#459)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 d29d814 commit bcb2c40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,28 +115,28 @@ jobs:
115115
id: auth
116116

117117
- name: Download Linux wheels
118-
uses: actions/download-artifact@v7
118+
uses: actions/download-artifact@v8
119119
with:
120120
pattern: "wheels-linux-*"
121121
merge-multiple: true
122122
path: wheels-linux
123123

124124
- name: Download MacOS wheels
125-
uses: actions/download-artifact@v7
125+
uses: actions/download-artifact@v8
126126
with:
127127
pattern: "wheels-macos-*"
128128
merge-multiple: true
129129
path: wheels-macos
130130

131131
- name: Download Windows wheels
132-
uses: actions/download-artifact@v7
132+
uses: actions/download-artifact@v8
133133
with:
134134
pattern: "wheels-windows-*"
135135
merge-multiple: true
136136
path: wheels-windows
137137

138138
- name: Download sdist
139-
uses: actions/download-artifact@v7
139+
uses: actions/download-artifact@v8
140140
with:
141141
name: "sdist"
142142
path: sdist

0 commit comments

Comments
 (0)