Skip to content

Commit 63d88ee

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 3b33937 commit 63d88ee

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
@@ -124,7 +124,7 @@ jobs:
124124
- name: "📥 Check-out"
125125
uses: actions/checkout@v5
126126
- name: "📥 Download Python wheels"
127-
uses: actions/download-artifact@v5
127+
uses: actions/download-artifact@v6
128128
with:
129129
name: wheels
130130
path: dist
@@ -143,7 +143,7 @@ jobs:
143143
- name: "📥 Check-out"
144144
uses: actions/checkout@v5
145145
- name: "📥 Download Python wheels"
146-
uses: actions/download-artifact@v5
146+
uses: actions/download-artifact@v6
147147
with:
148148
name: wheels
149149
path: dist

0 commit comments

Comments
 (0)