Skip to content

Commit 18c9761

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] <[email protected]>
1 parent c823431 commit 18c9761

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
egress-policy: audit
8383

8484
- name: Download wheel artifacts
85-
uses: actions/download-artifact@v5
85+
uses: actions/download-artifact@v6
8686
with:
8787
path: dist
8888
pattern: wheel-*
@@ -122,7 +122,7 @@ jobs:
122122
egress-policy: audit
123123

124124
- name: Download wheel artifacts
125-
uses: actions/download-artifact@v5
125+
uses: actions/download-artifact@v6
126126
with:
127127
path: dist
128128
pattern: wheel-*
@@ -156,7 +156,7 @@ jobs:
156156
egress-policy: audit
157157

158158
- name: Download wheel artifacts
159-
uses: actions/download-artifact@v5
159+
uses: actions/download-artifact@v6
160160
with:
161161
path: dist
162162
pattern: wheel-*

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- uses: step-security/harden-runner@v2
116116
with:
117117
egress-policy: audit
118-
- uses: actions/download-artifact@v5
118+
- uses: actions/download-artifact@v6
119119
with:
120120
path: wheelhouse
121121
pattern: wheel-*

0 commit comments

Comments
 (0)