File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 69
69
if : ${{ always() }}
70
70
71
71
- name : Upload coverage xml report
72
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
72
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
73
73
with :
74
74
name : coverage-${{ matrix.python-version }}-xml
75
75
path : tests/*.xml
78
78
if : ${{ always() }}
79
79
80
80
- name : Upload coverage report
81
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
81
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
82
82
with :
83
83
name : coverage-${{ matrix.python-version }}
84
84
path : .coverage
Original file line number Diff line number Diff line change 38
38
39
39
- name : Upload REUSE output
40
40
if : failure()
41
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
41
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
42
42
with :
43
43
name : reuse-output
44
44
path : .reuse/
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210
210
}
211
211
212
212
- name : Upload signatures
213
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
213
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
214
214
with :
215
215
name : signatures
216
216
path : |
@@ -219,7 +219,7 @@ jobs:
219
219
retention-days : 7
220
220
221
221
- name : Archive build
222
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
222
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
223
223
with :
224
224
name : ardupilot_methodic_configurator_setup
225
225
path : windows/Output
You can’t perform that action at this time.
0 commit comments