@@ -180,7 +180,7 @@ jobs:
180180
181181 - name : Archive test artifacts
182182 if : (always() && !cancelled())
183- uses : actions/upload-artifact@v4
183+ uses : actions/upload-artifact@v5
184184 with :
185185 name : testartifacts-local
186186 path : testartifacts-${{ env.ID }}/
@@ -204,15 +204,15 @@ jobs:
204204 # Archive logs for failed test cases if there are any
205205 - name : Archive Kind logs
206206 if : failure()
207- uses : actions/upload-artifact@v4
207+ uses : actions/upload-artifact@v5
208208 with :
209209 name : kind-logs-${{ env.ID }}
210210 path : kind-logs/
211211 retention-days : 7
212212
213213 - name : Archive e2e failure contexts
214214 if : failure()
215- uses : actions/upload-artifact@v4
215+ uses : actions/upload-artifact@v5
216216 with :
217217 name : test-failure-contexts-${{ env.ID }}
218218 path : |
@@ -223,7 +223,7 @@ jobs:
223223 # Archive Cluster logs
224224 - name : Archive e2e logs
225225 if : failure()
226- uses : actions/upload-artifact@v4
226+ uses : actions/upload-artifact@v5
227227 with :
228228 name : cluster-logs-${{ env.ID }}
229229 path : |
@@ -248,7 +248,7 @@ jobs:
248248 run : mkdir test-artifacts
249249
250250 - name : Download all artifacts to the directory
251- uses : actions/download-artifact@v5
251+ uses : actions/download-artifact@v6
252252 with :
253253 path : test-artifacts
254254 pattern : testartifacts-*
0 commit comments