File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,20 +46,20 @@ jobs:
46
46
- name : Build Binary for ${{matrix.os}}
47
47
run : |
48
48
make build
49
-
49
+
50
50
# ==============================
51
51
# Upload artifacts
52
52
# ==============================
53
53
54
54
- name : Upload Linux Build
55
- uses : actions/upload-artifact@v3
55
+ uses : actions/upload-artifact@v4
56
56
if : matrix.os == 'ubuntu-latest'
57
57
with :
58
58
name : linux
59
59
path : ./build/bin/gnfd
60
60
61
61
- name : Upload MacOS Build
62
- uses : actions/upload-artifact@v3
62
+ uses : actions/upload-artifact@v4
63
63
if : matrix.os == 'macos-latest'
64
64
with :
65
65
name : macos
@@ -85,13 +85,13 @@ jobs:
85
85
with :
86
86
name : linux
87
87
path : ./linux
88
-
88
+
89
89
- name : Download Artifacts
90
90
uses : actions/download-artifact@v3
91
91
with :
92
92
name : macos
93
93
path : ./macos
94
-
94
+
95
95
# Prepare assets
96
96
- run : |
97
97
mv ./linux/gnfd ./linux/linux
You can’t perform that action at this time.
0 commit comments