File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- name : Upload Test Results
53
53
if : always()
54
- uses : actions/upload-artifact@v2
54
+ uses : actions/upload-artifact@v3
55
55
with :
56
56
name : bluetooth-test-results
57
57
path : |
60
60
61
61
- name : Upload Event Details
62
62
if : always()
63
- uses : actions/upload-artifact@v2
63
+ uses : actions/upload-artifact@v3
64
64
with :
65
65
name : event
66
66
path : |
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
111
111
- name : Upload Unit Test Results
112
112
if : always() && steps.twister.outputs.report_needed != 0
113
- uses : actions/upload-artifact@v2
113
+ uses : actions/upload-artifact@v3
114
114
with :
115
115
name : Unit Test Results (Subset ${{ matrix.platform }})
116
116
path : twister-out/twister.xml
Original file line number Diff line number Diff line change 88
88
89
89
- name : Upload Coverage Results
90
90
if : always()
91
- uses : actions/upload-artifact@v2
91
+ uses : actions/upload-artifact@v3
92
92
with :
93
93
name : Coverage Data (Subset ${{ matrix.platform }})
94
94
path : coverage/reports/${{ matrix.platform }}.info
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
echo "::notice:: Documentation will be available shortly at: ${DOC_URL}"
104
104
105
105
- name : upload-pr-number
106
- uses : actions/upload-artifact@v2
106
+ uses : actions/upload-artifact@v3
107
107
if : github.event_name == 'pull_request'
108
108
with :
109
109
name : pr_num
Original file line number Diff line number Diff line change 15
15
with :
16
16
directory-to-scan : ' scan/'
17
17
- name : Artifact Upload
18
- uses : actions/upload-artifact@v1
18
+ uses : actions/upload-artifact@v3
19
19
with :
20
20
name : scancode
21
21
path : ./artifacts
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218
218
219
219
- name : Upload Unit Test Results
220
220
if : always()
221
- uses : actions/upload-artifact@v2
221
+ uses : actions/upload-artifact@v3
222
222
with :
223
223
name : Unit Test Results (Subset ${{ matrix.subset }})
224
224
if-no-files-found : ignore
You can’t perform that action at this time.
0 commit comments