File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
run : |
57
57
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
58
58
- name : Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : ${{matrix.chip}}-${{matrix.chunks}}.artifacts
62
62
path : |
97
97
bash .github/scripts/tests_run.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} -e
98
98
99
99
- name : Upload test result artifacts
100
- uses : actions/upload-artifact@v3
100
+ uses : actions/upload-artifact@v4
101
101
if : always()
102
102
with :
103
103
name : test_results-${{matrix.chip}}-${{matrix.chunks}}
@@ -112,7 +112,7 @@ jobs:
112
112
runs-on : ubuntu-latest
113
113
steps :
114
114
- name : Upload
115
- uses : actions/upload-artifact@v3
115
+ uses : actions/upload-artifact@v4
116
116
with :
117
117
name : Event File
118
118
path : ${{github.event_path}}
You can’t perform that action at this time.
0 commit comments