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 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repository (with submodules)
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 submodules : recursive
1717
@@ -47,15 +47,15 @@ jobs:
4747 echo "::endgroup::"
4848
4949 - name : Upload artifact
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : ectool-linux
5353 path : _build/src/core/ectool
5454
5555 build-windows :
5656 runs-on : windows-2022
5757 steps :
58- - uses : actions/checkout@v3
58+ - uses : actions/checkout@v4
5959 with :
6060 submodules : recursive
6161
7171 & "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config RelWithDebInfo --parallel
7272
7373 - name : Upload artifact
74- uses : actions/upload-artifact@v3
74+ uses : actions/upload-artifact@v4
7575 with :
7676 name : ectool-windows
7777 path : |
You can’t perform that action at this time.
0 commit comments