File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Setup emsdk
2323 uses : mymindstorm/setup-emsdk@v11
2424 with :
2525 # Make sure to set a version number!
26- version : 3.1.27
26+ version : 3.1.53
2727 # This is the name of the cache folder.
2828 # The cache folder will be placed in the build directory,
2929 # so make sure it doesn't conflict with anything!
4646 run : cmake --install "${{ github.workspace }}/cmake-build"
4747
4848 - name : Upload Artifact
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : projectm-eval-emscripten-latest
5252 path : install/*
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Install Packages
2323 run : |
4242 cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --target install
4343
4444 - name : Upload Artifact
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : projectm-eval-linux-latest
4848 path : install/*
Original file line number Diff line number Diff line change 1717 runs-on : macos-latest
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Install Packages
2323 run : brew install ninja googletest
4040 cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --target install
4141
4242 - name : Upload Artifact
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : projectm-eval-osx-latest
4646 path : install/*
Original file line number Diff line number Diff line change 1717 runs-on : windows-latest
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Install Dependencies
2323 run : vcpkg --triplet=x64-windows install gtest
4040 cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --target INSTALL
4141
4242 - name : Upload Artifact
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : projectm-eval-windows-md-latest
4646 path : install/*
5050 runs-on : windows-latest
5151
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454
5555 - name : Install Dependencies
5656 run : vcpkg --triplet=x64-windows-static install gtest
7373 cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --target INSTALL
7474
7575 - name : Upload Artifact
76- uses : actions/upload-artifact@v3
76+ uses : actions/upload-artifact@v4
7777 with :
7878 name : projectm-eval-windows-mt-latest
7979 path : install/*
You can’t perform that action at this time.
0 commit comments