@@ -125,6 +125,7 @@ jobs:
125125 path : " pulp_python/deprecations-${{ matrix.env.TEST }}.txt"
126126 if-no-files-found : " error"
127127 retention-days : 5
128+ overwrite : true
128129 - name : Upload python client packages
129130 if : ${{ env.TEST == 'pulp' }}
130131 uses : actions/upload-artifact@v4
@@ -133,6 +134,7 @@ jobs:
133134 path : " pulp_python/python-python-client.tar"
134135 if-no-files-found : " error"
135136 retention-days : 5
137+ overwrite : true
136138
137139 - name : Upload python client docs
138140 if : ${{ env.TEST == 'pulp' }}
@@ -142,6 +144,7 @@ jobs:
142144 path : " pulp_python/python-python-client-docs.tar"
143145 if-no-files-found : " error"
144146 retention-days : 5
147+ overwrite : true
145148 - name : Upload Ruby client
146149 if : ${{ env.TEST == 'pulp' }}
147150 uses : actions/upload-artifact@v4
@@ -150,12 +153,16 @@ jobs:
150153 path : " pulp_python/python-ruby-client.tar"
151154 if-no-files-found : " error"
152155 retention-days : 5
156+ overwrite : true
153157 - name : Upload built docs
154158 if : ${{ env.TEST == 'docs' }}
155159 uses : actions/upload-artifact@v4
156160 with :
157161 name : " docs.tar"
158162 path : " pulp_python/docs/docs.tar"
163+ if-no-files-found : " error"
164+ retention-days : 5
165+ overwrite : true
159166
160167 - name : " Logs"
161168 if : always()
0 commit comments