File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/setup-node@v3
2424 with :
2525 node-version : ' 20'
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 with :
2828 ref : refs/heads/master
2929 - name : Prepare Linux-64
8484 cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
8585
8686 - name : Upload
87- uses : actions/upload-artifact@v3
87+ uses : actions/upload-artifact@v4
8888 with :
8989 name : ${{ matrix.platform }}
9090 path : ${{ github.workspace }}/artifact/
Original file line number Diff line number Diff line change 1818 - { os: macos-latest, target: darwin, platform: darwin-arm64}
1919 - { os: windows-latest, target: windows, platform: win32-x64 }
2020 steps :
21- - uses : actions/setup-node@v3
21+ - uses : actions/setup-node@v4
2222 with :
2323 node-version : ' 20'
2424 - uses : actions/checkout@v3
6161 cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
6262
6363 - name : Upload
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : ${{ matrix.platform }}
6767 path : ${{ github.workspace }}/artifact/
You can’t perform that action at this time.
0 commit comments