File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 run : |
5959 bash .github/scripts/tests_build.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}}
6060 - name : Upload ${{matrix.chip}}-${{matrix.chunks}} artifacts
61- uses : actions/upload-artifact@v2
61+ uses : actions/upload-artifact@v3
6262 with :
6363 name : ${{matrix.chip}}-${{matrix.chunks}}.artifacts
6464 path : |
8787 uses : actions/checkout@v3
8888
8989 - name : Download ${{matrix.chip}}-${{matrix.chunks}} artifacts
90- uses : actions/download-artifact@v2
90+ uses : actions/download-artifact@v3
9191 with :
9292 name : ${{matrix.chip}}-${{matrix.chunks}}.artifacts
9393 path : tests/
@@ -103,7 +103,7 @@ jobs:
103103 bash .github/scripts/tests_run.sh -c -t ${{matrix.chip}} -i ${{matrix.chunks}} -m ${{env.MAX_CHUNKS}} -e
104104
105105 - name : Upload test result artifacts
106- uses : actions/upload-artifact@v2
106+ uses : actions/upload-artifact@v3
107107 if : always()
108108 with :
109109 name : test_results-${{matrix.chip}}-${{matrix.chunks}}
@@ -118,7 +118,7 @@ jobs:
118118 runs-on : ubuntu-latest
119119 steps :
120120 - name : Upload
121- uses : actions/upload-artifact@v2
121+ uses : actions/upload-artifact@v3
122122 with :
123123 name : Event File
124124 path : ${{github.event_path}}
You can’t perform that action at this time.
0 commit comments