File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
- name : Put debug symbols in a separate file
30
30
run : eu-strip --strip-debug -f "bin/anisette-server-aarch64.dbg" "bin/anisette-server-aarch64"
31
31
32
- - uses : actions/upload-artifact@v3
32
+ - uses : actions/upload-artifact@v4
33
33
with :
34
34
name : anisette-server-aarch64
35
35
path : |
58
58
- name : Put debug symbols in a separate file
59
59
run : eu-strip --strip-debug -f "bin/anisette-server-armv7.dbg" "bin/anisette-server-armv7"
60
60
61
- - uses : actions/upload-artifact@v3
61
+ - uses : actions/upload-artifact@v4
62
62
with :
63
63
name : anisette-server-armv7
64
64
path : |
Original file line number Diff line number Diff line change 57
57
run : |
58
58
mv "${{github.workspace}}/bin/provision_anisette-server" "${{github.workspace}}/bin/anisette-server-macOS-x86_64"
59
59
60
- - uses : actions/upload-artifact@v3
60
+ - uses : actions/upload-artifact@v4
61
61
with :
62
62
name : anisette-server-macOS-x86_64
63
63
path : |
@@ -115,7 +115,7 @@ jobs:
115
115
run : |
116
116
mv "${{github.workspace}}/bin/provision_anisette-server" "${{github.workspace}}/bin/anisette-server-macOS-arm64"
117
117
118
- - uses : actions/upload-artifact@v3
118
+ - uses : actions/upload-artifact@v4
119
119
with :
120
120
name : anisette-server-macOS-arm64
121
121
path : |
Original file line number Diff line number Diff line change 26
26
mv "${{github.workspace}}/bin/provision_anisette-server.exe" "${{github.workspace}}/bin/anisette-server-windows-x86_64.exe"
27
27
mv "${{github.workspace}}/bin/provision_anisette-server.pdb" "${{github.workspace}}/bin/anisette-server-windows-x86_64.pdb"
28
28
29
- - uses : actions/upload-artifact@v3
29
+ - uses : actions/upload-artifact@v4
30
30
with :
31
31
name : anisette-server-windows-x86_64
32
32
path : |
Original file line number Diff line number Diff line change 32
32
- name : Put debug symbols in a separate file
33
33
run : eu-strip --strip-debug -f "${{github.workspace}}/bin/anisette-server-x86_64.dbg" "${{github.workspace}}/bin/anisette-server-x86_64"
34
34
35
- - uses : actions/upload-artifact@v3
35
+ - uses : actions/upload-artifact@v4
36
36
with :
37
37
name : anisette-server-x86_64
38
38
path : |
61
61
- name : Put debug symbols in a separate file
62
62
run : eu-strip --strip-debug -f "bin/anisette-server-i686.dbg" "bin/anisette-server-i686"
63
63
64
- - uses : actions/upload-artifact@v3
64
+ - uses : actions/upload-artifact@v4
65
65
with :
66
66
name : anisette-server-i686
67
67
path : |
You can’t perform that action at this time.
0 commit comments