Skip to content

Commit 977667e

Browse files
Bump actions/download-artifact from 4 to 5 (#23)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f69a897 commit 977667e

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@v4
85+
uses: actions/download-artifact@v5
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@v4
125+
uses: actions/download-artifact@v5
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@v4
159+
uses: actions/download-artifact@v5
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@v4
118+
- uses: actions/download-artifact@v5
119119
with:
120120
path: wheelhouse
121121
pattern: wheel-*

0 commit comments

Comments
 (0)