File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66- name : Upload Diagnostics
77 if : always()
8- uses : actions/upload-artifact@v2
8+ uses : actions/upload-artifact@v4
99 continue-on-error : true
1010 with :
1111 name : " ${{ github.event.inputs.test-name }}-${{ github.event.inputs.distro }}-diagnostics"
Original file line number Diff line number Diff line change 66
77- name : Upload Diagnostics
88 if : always() && steps.dump_diagnostics.outcome == 'success'
9- uses : actions/upload-artifact@v2
9+ uses : actions/upload-artifact@v4
1010 continue-on-error : true
1111 with :
1212 name : " ${{ matrix.test-name }}-${{ matrix.distro }}-diagnostics"
Original file line number Diff line number Diff line change 1- * @ mircea-cosbuc @ lsierant @ slaskawi @ nammn @ Julien-Ben
1+ * @ mircea-cosbuc @ lsierant @ slaskawi @ nammn @ Julien-Ben @ MaciejKaras @ lucian-tosa @ fealebenpae
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Upload Diagnostics
128128 if : always()
129- uses : actions/upload-artifact@v2
129+ uses : actions/upload-artifact@v4
130130 continue-on-error : true
131131 with :
132132 name : ${{ github.event.inputs.test-name }}-${{ github.event.inputs.distro
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231231
232232 - name : Upload Diagnostics
233233 if : always() && steps.dump_diagnostics.outcome == 'success'
234- uses : actions/upload-artifact@v2
234+ uses : actions/upload-artifact@v4
235235 continue-on-error : true
236236 with :
237237 name : ${{ matrix.test-name }}-${{ matrix.distro }}-diagnostics
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235235
236236 - name : Upload Diagnostics
237237 if : always() && steps.dump_diagnostics.outcome == 'success'
238- uses : actions/upload-artifact@v2
238+ uses : actions/upload-artifact@v4
239239 continue-on-error : true
240240 with :
241241 name : ${{ matrix.test-name }}-${{ matrix.distro }}-diagnostics
You can’t perform that action at this time.
0 commit comments