@@ -101,7 +101,7 @@ jobs:
101101 env :
102102 ATC_COMPONENT : ${{ github.job }}
103103 - name : Upload RPM
104- uses : actions/upload-artifact@v2
104+ uses : actions/upload-artifact@v4
105105 with :
106106 name : ${{ github.job }}
107107 path : ${{ github.workspace }}/dist/${{ github.job }}-*.rpm
@@ -119,7 +119,7 @@ jobs:
119119 env :
120120 ATC_COMPONENT : ${{ github.job }}
121121 - name : Upload RPM
122- uses : actions/upload-artifact@v2
122+ uses : actions/upload-artifact@v4
123123 with :
124124 name : ${{ github.job }}
125125 path : ${{ github.workspace }}/dist/${{ github.job }}-*.rpm
@@ -137,7 +137,7 @@ jobs:
137137 env :
138138 ATC_COMPONENT : ${{ github.job }}
139139 - name : Upload RPM
140- uses : actions/upload-artifact@v2
140+ uses : actions/upload-artifact@v4
141141 with :
142142 name : ${{ github.job }}
143143 path : ${{ github.workspace }}/dist/trafficcontrol-${{ github.job }}-*.rpm
@@ -162,7 +162,7 @@ jobs:
162162 env :
163163 ATC_COMPONENT : ${{ github.job }}
164164 - name : Upload RPM
165- uses : actions/upload-artifact@v2
165+ uses : actions/upload-artifact@v4
166166 with :
167167 name : ${{ github.job }}
168168 path : ${{ github.workspace }}/dist/${{ github.job }}-*.rpm
@@ -185,7 +185,7 @@ jobs:
185185 env :
186186 ATC_COMPONENT : ${{ github.job }}
187187 - name : Upload RPM
188- uses : actions/upload-artifact@v2
188+ uses : actions/upload-artifact@v4
189189 with :
190190 name : ${{ github.job }}
191191 path : ${{ github.workspace }}/dist/${{ github.job }}-*.rpm
@@ -210,7 +210,7 @@ jobs:
210210 env :
211211 ATC_COMPONENT : ${{ github.job }}
212212 - name : Upload RPM
213- uses : actions/upload-artifact@v2
213+ uses : actions/upload-artifact@v4
214214 with :
215215 name : ${{ github.job }}
216216 path : ${{ github.workspace }}/dist/*.rpm
@@ -228,7 +228,7 @@ jobs:
228228 env :
229229 ATC_COMPONENT : ${{ github.job }}
230230 - name : Upload RPM
231- uses : actions/upload-artifact@v2
231+ uses : actions/upload-artifact@v4
232232 with :
233233 name : ${{ github.job }}
234234 path : ${{ github.workspace }}/dist/${{ github.job }}-*.rpm
@@ -246,7 +246,7 @@ jobs:
246246 env :
247247 ATC_COMPONENT : ${{ github.job }}
248248 - name : Upload RPM
249- uses : actions/upload-artifact@v2
249+ uses : actions/upload-artifact@v4
250250 with :
251251 name : ${{ github.job }}
252252 path : ${{ github.workspace }}/dist/${{ github.job }}-*.rpm
@@ -264,7 +264,7 @@ jobs:
264264 env :
265265 ATC_COMPONENT : ${{ github.job }}
266266 - name : Upload RPM
267- uses : actions/upload-artifact@v2
267+ uses : actions/upload-artifact@v4
268268 with :
269269 name : ${{ github.job }}
270270 path : ${{ github.workspace }}/dist/${{ github.job }}-*.rpm
@@ -282,7 +282,7 @@ jobs:
282282 env :
283283 ATC_COMPONENT : ${{ github.job }}
284284 - name : Upload RPM
285- uses : actions/upload-artifact@v2
285+ uses : actions/upload-artifact@v4
286286 with :
287287 name : ${{ github.job }}
288288 path : ${{ github.workspace }}/dist/${{ github.job }}-*.rpm
@@ -317,7 +317,7 @@ jobs:
317317 actual_rpm_name="$(ls dist | grep -E '^trafficserver-[0-9.]+-[0-9]+\.[0-9a-f]+.el${{ env.RHEL_VERSION }}.${{ env.TARGET_ARCH }}.rpm$')"
318318 [[ "${{ steps.repo-info.outputs.expected-rpm-name }}" == "$actual_rpm_name" ]]
319319 - name : Upload RPM
320- uses : actions/upload-artifact@v2
320+ uses : actions/upload-artifact@v4
321321 with :
322322 name : ${{ github.job }}
323323 path : ${{ github.workspace }}/dist/${{ github.job }}-*.x86_64.rpm
@@ -348,15 +348,15 @@ jobs:
348348 - name : Import cached Alpine Docker image
349349 run : .github/actions/save-alpine-tar/entrypoint.sh load ${{ env.ALPINE_VERSION }}
350350 - name : Download RPMs
351- uses : actions/download-artifact@v2
351+ uses : actions/download-artifact@v4
352352 with :
353353 path : ${{ github.workspace }}/dist/
354354 - name : Build CDN-in-a-Box images
355355 uses : ./.github/actions/build-ciab
356356 - name : Start CDN-in-a-Box
357357 uses : ./.github/actions/run-ciab
358358 - name : Upload CDN-in-a-Box logs
359- uses : actions/upload-artifact@v2
359+ uses : actions/upload-artifact@v4
360360 with :
361361 name : ciab-logs
362362 path : infrastructure/cdn-in-a-box/logs/*.log
0 commit comments