@@ -39,11 +39,11 @@ jobs:
3939 repository : " pulp/pulp-openapi-generator"
4040 path : " pulp-openapi-generator"
4141
42- - uses : " actions/setup-python@v4 "
42+ - uses : " actions/setup-python@v5 "
4343 with :
4444 python-version : " 3.11"
4545
46- - uses : " actions/download-artifact@v3 "
46+ - uses : " actions/download-artifact@v4 "
4747 with :
4848 name : " plugin_package"
4949 path : " pulp_python/dist/"
@@ -89,20 +89,20 @@ jobs:
8989 .github/workflows/scripts/install_ruby_client.sh
9090 shell : " bash"
9191 - name : " Upload python client packages"
92- uses : " actions/upload-artifact@v3 "
92+ uses : " actions/upload-artifact@v4 "
9393 with :
9494 name : " python-client.tar"
9595 path : " pulp_python/python-python-client.tar"
9696 if-no-files-found : " error"
9797
9898 - name : " Upload python client docs"
99- uses : " actions/upload-artifact@v3 "
99+ uses : " actions/upload-artifact@v4 "
100100 with :
101101 name : " python-client-docs.tar"
102102 path : " pulp_python/python-python-client-docs.tar"
103103 if-no-files-found : " error"
104104 - name : " Upload ruby client packages"
105- uses : " actions/upload-artifact@v3 "
105+ uses : " actions/upload-artifact@v4 "
106106 with :
107107 name : " ruby-client.tar"
108108 path : " pulp_python/python-ruby-client.tar"
@@ -115,7 +115,7 @@ jobs:
115115 tar -cvf docs/docs.tar docs/_build
116116
117117 - name : " Upload built docs"
118- uses : actions/upload-artifact@v3
118+ uses : actions/upload-artifact@v4
119119 with :
120120 name : " docs.tar"
121121 path : " pulp_python/docs/docs.tar"
@@ -145,12 +145,12 @@ jobs:
145145 fetch-depth : 1
146146 path : " pulp_python"
147147
148- - uses : " actions/download-artifact@v3 "
148+ - uses : " actions/download-artifact@v4 "
149149 with :
150150 name : " plugin_package"
151151 path : " pulp_python/dist/"
152152
153- - uses : " actions/setup-python@v4 "
153+ - uses : " actions/setup-python@v5 "
154154 with :
155155 python-version : " 3.11"
156156
@@ -184,7 +184,7 @@ jobs:
184184 path : " pulp_python"
185185
186186 - name : " Download Python client"
187- uses : " actions/download-artifact@v3 "
187+ uses : " actions/download-artifact@v4 "
188188 with :
189189 name : " python-client.tar"
190190 path : " pulp_python/"
@@ -193,7 +193,7 @@ jobs:
193193 run : |
194194 tar -xvf python-python-client.tar
195195
196- - uses : " actions/setup-python@v4 "
196+ - uses : " actions/setup-python@v5 "
197197 with :
198198 python-version : " 3.11"
199199
@@ -227,7 +227,7 @@ jobs:
227227 path : " pulp_python"
228228
229229 - name : " Download Ruby client"
230- uses : " actions/download-artifact@v3 "
230+ uses : " actions/download-artifact@v4 "
231231 with :
232232 name : " ruby-client.tar"
233233 path : " pulp_python/"
@@ -263,7 +263,7 @@ jobs:
263263 fetch-depth : 1
264264 path : " pulp_python"
265265
266- - uses : " actions/setup-python@v4 "
266+ - uses : " actions/setup-python@v5 "
267267 with :
268268 python-version : " 3.11"
269269
@@ -280,13 +280,13 @@ jobs:
280280 SECRETS_CONTEXT : " ${{ toJson(secrets) }}"
281281
282282 - name : " Download built docs"
283- uses : " actions/download-artifact@v3 "
283+ uses : " actions/download-artifact@v4 "
284284 with :
285285 name : " docs.tar"
286286 path : " pulp_python/"
287287
288288 - name : " Download Python client docs"
289- uses : " actions/download-artifact@v3 "
289+ uses : " actions/download-artifact@v4 "
290290 with :
291291 name : " python-client-docs.tar"
292292 path : " pulp_python/"
0 commit comments