File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
egress-policy : audit
83
83
84
84
- name : Download wheel artifacts
85
- uses : actions/download-artifact@v4
85
+ uses : actions/download-artifact@v5
86
86
with :
87
87
path : dist
88
88
pattern : wheel-*
@@ -122,7 +122,7 @@ jobs:
122
122
egress-policy : audit
123
123
124
124
- name : Download wheel artifacts
125
- uses : actions/download-artifact@v4
125
+ uses : actions/download-artifact@v5
126
126
with :
127
127
path : dist
128
128
pattern : wheel-*
@@ -156,7 +156,7 @@ jobs:
156
156
egress-policy : audit
157
157
158
158
- name : Download wheel artifacts
159
- uses : actions/download-artifact@v4
159
+ uses : actions/download-artifact@v5
160
160
with :
161
161
path : dist
162
162
pattern : wheel-*
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
- uses : step-security/harden-runner@v2
116
116
with :
117
117
egress-policy : audit
118
- - uses : actions/download-artifact@v4
118
+ - uses : actions/download-artifact@v5
119
119
with :
120
120
path : wheelhouse
121
121
pattern : wheel-*
You can’t perform that action at this time.
0 commit comments