Skip to content

Commit bb410cd

Browse files
Bump actions/download-artifact from 5 to 6
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>
1 parent 8392b4c commit bb410cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: 📥 Check-out
156156
uses: actions/checkout@v5
157157
- name: 📥 Download Python wheels
158-
uses: actions/download-artifact@v5
158+
uses: actions/download-artifact@v6
159159
with:
160160
name: wheels
161161
path: dist
@@ -175,7 +175,7 @@ jobs:
175175
- name: 📥 Check-out
176176
uses: actions/checkout@v5
177177
- name: 📥 Download Python wheels
178-
uses: actions/download-artifact@v5
178+
uses: actions/download-artifact@v6
179179
with:
180180
name: wheels
181181
path: dist

0 commit comments

Comments
 (0)