File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
- name : Upload Diagnostics
7
7
if : always()
8
- uses : actions/upload-artifact@v2
8
+ uses : actions/upload-artifact@v4
9
9
continue-on-error : true
10
10
with :
11
11
name : " ${{ github.event.inputs.test-name }}-${{ github.event.inputs.distro }}-diagnostics"
Original file line number Diff line number Diff line change 6
6
7
7
- name : Upload Diagnostics
8
8
if : always() && steps.dump_diagnostics.outcome == 'success'
9
- uses : actions/upload-artifact@v2
9
+ uses : actions/upload-artifact@v4
10
10
continue-on-error : true
11
11
with :
12
12
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:
126
126
127
127
- name : Upload Diagnostics
128
128
if : always()
129
- uses : actions/upload-artifact@v2
129
+ uses : actions/upload-artifact@v4
130
130
continue-on-error : true
131
131
with :
132
132
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:
231
231
232
232
- name : Upload Diagnostics
233
233
if : always() && steps.dump_diagnostics.outcome == 'success'
234
- uses : actions/upload-artifact@v2
234
+ uses : actions/upload-artifact@v4
235
235
continue-on-error : true
236
236
with :
237
237
name : ${{ matrix.test-name }}-${{ matrix.distro }}-diagnostics
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235
235
236
236
- name : Upload Diagnostics
237
237
if : always() && steps.dump_diagnostics.outcome == 'success'
238
- uses : actions/upload-artifact@v2
238
+ uses : actions/upload-artifact@v4
239
239
continue-on-error : true
240
240
with :
241
241
name : ${{ matrix.test-name }}-${{ matrix.distro }}-diagnostics
You can’t perform that action at this time.
0 commit comments