File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 branches : [ "master" ]
88jobs :
99 wch-isp_Ubuntu :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 submodules : recursive
1515
3333 run : |
3434 make
3535 - name : Upload artifact
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : wch-ch56x-isp-Ubuntu-${{steps.id_version.outputs.app_version}}
3939 path : ./
4444 run :
4545 shell : msys2 {0}
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 with :
4949 submodules : recursive
5050 - uses : msys2/setup-msys2@v2
6868 mingw32-make
6969 cp /mingw64/bin/libusb-1.0.dll ./
7070 - name : Upload artifact
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 with :
7373 name : wch-ch56x-isp-Windows-${{steps.id_version.outputs.app_version}}
7474 path : ./
You can’t perform that action at this time.
0 commit comments