Commit 2b8f513 1 parent ca7602b commit 2b8f513 Copy full SHA for 2b8f513
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
run : meson build && ninja -C build
12
12
- name : compile example
13
13
run : meson example/build example && ninja -C example/build
14
- - uses : actions/upload-artifact@v2
14
+ - uses : actions/upload-artifact@v4
15
15
with :
16
16
name : ubuntu-meson
17
17
path : |
25
25
- uses : actions/checkout@v2
26
26
- name : compile library
27
27
run : cmake -S . -B build && cmake --build build
28
- - uses : actions/upload-artifact@v2
28
+ - uses : actions/upload-artifact@v4
29
29
with :
30
30
name : ubuntu-cmake
31
31
path : |
@@ -36,12 +36,12 @@ jobs:
36
36
steps :
37
37
- uses : actions/checkout@v2
38
38
- name : Download artifact ubuntu-meson
39
- uses : actions/download-artifact@v3
39
+ uses : actions/download-artifact@v4
40
40
with :
41
41
name : ubuntu-meson
42
42
path : ./build-ubuntu-meson
43
43
- name : Download artifact ubuntu-cmake
44
- uses : actions/download-artifact@v3
44
+ uses : actions/download-artifact@v4
45
45
with :
46
46
name : ubuntu-cmake
47
47
path : ./build-ubuntu-cmake
You can’t perform that action at this time.
0 commit comments