Skip to content

Commit 5e5b81c

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#358)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 58830f1 commit 5e5b81c

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
@@ -96,37 +96,37 @@ jobs:
9696
steps:
9797
- uses: dtolnay/rust-toolchain@stable
9898
- name: Download Linux 3.9 wheels for x86-64
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@v5
100100
with:
101101
name: "wheels-linux-python-3.9-x86-64"
102102
path: wheels-linux
103103

104104
- name: Download Linux 3.9 wheels for aarch64
105-
uses: actions/download-artifact@v4
105+
uses: actions/download-artifact@v5
106106
with:
107107
name: "wheels-linux-python-3.9-aarch64"
108108
path: wheels-linux
109109

110110
- name: Download MacOS 3.9 wheels for x86-64
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v5
112112
with:
113113
name: "wheels-macos-python-3.9-x86-64"
114114
path: wheels-macos
115115

116116
- name: Download MacOS 3.9 wheels for aarch64
117-
uses: actions/download-artifact@v4
117+
uses: actions/download-artifact@v5
118118
with:
119119
name: "wheels-macos-python-3.9-aarch64"
120120
path: wheels-macos
121121

122122
- name: Download Windows 3.9 wheels
123-
uses: actions/download-artifact@v4
123+
uses: actions/download-artifact@v5
124124
with:
125125
name: "wheels-windows-python-3.9"
126126
path: wheels-windows
127127

128128
- name: Download sdist
129-
uses: actions/download-artifact@v4
129+
uses: actions/download-artifact@v5
130130
with:
131131
name: "sdist"
132132
path: sdist

0 commit comments

Comments
 (0)