File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
run : |
59
59
bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
60
60
- name : Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
61
- uses : actions/upload-artifact@v2
61
+ uses : actions/upload-artifact@v3
62
62
with :
63
63
name : ${{matrix.chip}}-${{matrix.chunks}}.artifacts
64
64
path : |
87
87
uses : actions/checkout@v3
88
88
89
89
- name : Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
90
- uses : actions/download-artifact@v2
90
+ uses : actions/download-artifact@v3
91
91
with :
92
92
name : ${{matrix.chip}}-${{matrix.chunks}}.artifacts
93
93
path : tests/
@@ -103,7 +103,7 @@ jobs:
103
103
bash .github/scripts/tests_run.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} -e
104
104
105
105
- name : Upload test result artifacts
106
- uses : actions/upload-artifact@v2
106
+ uses : actions/upload-artifact@v3
107
107
if : always()
108
108
with :
109
109
name : test_results-${{matrix.chip}}-${{matrix.chunks}}
@@ -118,7 +118,7 @@ jobs:
118
118
runs-on : ubuntu-latest
119
119
steps :
120
120
- name : Upload
121
- uses : actions/upload-artifact@v2
121
+ uses : actions/upload-artifact@v3
122
122
with :
123
123
name : Event File
124
124
path : ${{github.event_path}}
You can’t perform that action at this time.
0 commit comments