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 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-*
Original file line number Diff line number Diff 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-*
You can’t perform that action at this time.
0 commit comments