File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Setup emsdk
23
23
uses : mymindstorm/setup-emsdk@v11
24
24
with :
25
25
# Make sure to set a version number!
26
- version : 3.1.27
26
+ version : 3.1.53
27
27
# This is the name of the cache folder.
28
28
# The cache folder will be placed in the build directory,
29
29
# so make sure it doesn't conflict with anything!
46
46
run : cmake --install "${{ github.workspace }}/cmake-build"
47
47
48
48
- name : Upload Artifact
49
- uses : actions/upload-artifact@v3
49
+ uses : actions/upload-artifact@v4
50
50
with :
51
51
name : projectm-eval-emscripten-latest
52
52
path : install/*
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Install Packages
23
23
run : |
42
42
cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --target install
43
43
44
44
- name : Upload Artifact
45
- uses : actions/upload-artifact@v3
45
+ uses : actions/upload-artifact@v4
46
46
with :
47
47
name : projectm-eval-linux-latest
48
48
path : install/*
Original file line number Diff line number Diff line change 17
17
runs-on : macos-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Install Packages
23
23
run : brew install ninja googletest
40
40
cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --target install
41
41
42
42
- name : Upload Artifact
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : projectm-eval-osx-latest
46
46
path : install/*
Original file line number Diff line number Diff line change 17
17
runs-on : windows-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Install Dependencies
23
23
run : vcpkg --triplet=x64-windows install gtest
40
40
cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --target INSTALL
41
41
42
42
- name : Upload Artifact
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : projectm-eval-windows-md-latest
46
46
path : install/*
50
50
runs-on : windows-latest
51
51
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
55
55
- name : Install Dependencies
56
56
run : vcpkg --triplet=x64-windows-static install gtest
73
73
cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --target INSTALL
74
74
75
75
- name : Upload Artifact
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
78
name : projectm-eval-windows-mt-latest
79
79
path : install/*
You can’t perform that action at this time.
0 commit comments