Skip to content

Commit 21b1f3c

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#406)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 de27216 commit 21b1f3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,37 +103,37 @@ jobs:
103103
id: auth
104104

105105
- name: Download Linux 3.9 wheels for x86-64
106-
uses: actions/download-artifact@v5
106+
uses: actions/download-artifact@v6
107107
with:
108108
name: "wheels-linux-python-3.9-x86-64"
109109
path: wheels-linux
110110

111111
- name: Download Linux 3.9 wheels for aarch64
112-
uses: actions/download-artifact@v5
112+
uses: actions/download-artifact@v6
113113
with:
114114
name: "wheels-linux-python-3.9-aarch64"
115115
path: wheels-linux
116116

117117
- name: Download MacOS 3.9 wheels for x86-64
118-
uses: actions/download-artifact@v5
118+
uses: actions/download-artifact@v6
119119
with:
120120
name: "wheels-macos-python-3.9-x86-64"
121121
path: wheels-macos
122122

123123
- name: Download MacOS 3.9 wheels for aarch64
124-
uses: actions/download-artifact@v5
124+
uses: actions/download-artifact@v6
125125
with:
126126
name: "wheels-macos-python-3.9-aarch64"
127127
path: wheels-macos
128128

129129
- name: Download Windows 3.9 wheels
130-
uses: actions/download-artifact@v5
130+
uses: actions/download-artifact@v6
131131
with:
132132
name: "wheels-windows-python-3.9"
133133
path: wheels-windows
134134

135135
- name: Download sdist
136-
uses: actions/download-artifact@v5
136+
uses: actions/download-artifact@v6
137137
with:
138138
name: "sdist"
139139
path: sdist

0 commit comments

Comments
 (0)