@@ -180,7 +180,7 @@ jobs:
180180
181181 - name : Archive test artifacts
182182 if : (always() && !cancelled())
183- uses : actions/upload-artifact@v6
183+ uses : actions/upload-artifact@v7
184184 with :
185185 name : testartifacts-local
186186 path : testartifacts-${{ env.ID }}/
@@ -206,15 +206,15 @@ jobs:
206206 # Archive logs for failed test cases if there are any
207207 - name : Archive Kind logs
208208 if : failure()
209- uses : actions/upload-artifact@v6
209+ uses : actions/upload-artifact@v7
210210 with :
211211 name : kind-logs-${{ env.ID }}
212212 path : kind-logs/
213213 retention-days : 7
214214
215215 - name : Archive e2e failure contexts
216216 if : failure()
217- uses : actions/upload-artifact@v6
217+ uses : actions/upload-artifact@v7
218218 with :
219219 name : test-failure-contexts-${{ env.ID }}
220220 path : |
@@ -225,7 +225,7 @@ jobs:
225225 # Archive Cluster logs
226226 - name : Archive e2e logs
227227 if : failure()
228- uses : actions/upload-artifact@v6
228+ uses : actions/upload-artifact@v7
229229 with :
230230 name : cluster-logs-${{ env.ID }}
231231 path : |
@@ -250,7 +250,7 @@ jobs:
250250 run : mkdir test-artifacts
251251
252252 - name : Download all artifacts to the directory
253- uses : actions/download-artifact@v7
253+ uses : actions/download-artifact@v8
254254 with :
255255 path : test-artifacts
256256 pattern : testartifacts-*
0 commit comments