File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 python-version : " 3.11"
7878
7979 - name : Download build artifacts
80- uses : actions/download-artifact@v4
80+ uses : actions/download-artifact@v8
8181 with :
8282 name : dist
8383 path : dist/
@@ -111,7 +111,7 @@ jobs:
111111 id-token : write
112112 steps :
113113 - name : Download build artifacts
114- uses : actions/download-artifact@v4
114+ uses : actions/download-artifact@v8
115115 with :
116116 name : dist
117117 path : dist/
@@ -129,7 +129,7 @@ jobs:
129129 id-token : write
130130 steps :
131131 - name : Download build artifacts
132- uses : actions/download-artifact@v4
132+ uses : actions/download-artifact@v8
133133 with :
134134 name : dist
135135 path : dist/
@@ -153,13 +153,13 @@ jobs:
153153 contents : write
154154 steps :
155155 - name : Download signed artifacts
156- uses : actions/download-artifact@v4
156+ uses : actions/download-artifact@v8
157157 with :
158158 name : dist-signed
159159 path : dist/
160160
161161 - name : Download SBOM
162- uses : actions/download-artifact@v4
162+ uses : actions/download-artifact@v8
163163 with :
164164 name : sbom
165165 path : .
You can’t perform that action at this time.
0 commit comments