Commit bdc89ea 1 parent d298952 commit bdc89ea Copy full SHA for bdc89ea
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 44
44
45
45
# Step 7: Archive x86 binaries as build artifacts
46
46
- name : Archive x86 Release binaries
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : Release-build-x86
50
50
path : |
67
67
68
68
# Step 10: Archive x64 binaries as build artifacts
69
69
- name : Archive x64 Release binaries
70
- uses : actions/upload-artifact@v3
70
+ uses : actions/upload-artifact@v4
71
71
with :
72
72
name : Release-build-x64
73
73
path : |
@@ -84,13 +84,13 @@ jobs:
84
84
85
85
# Step 2: Download the build artifacts (x86 and x64)
86
86
- name : Download build artifacts
87
- uses : actions/download-artifact@v3
87
+ uses : actions/download-artifact@v4
88
88
with :
89
89
name : Release-build-x86
90
90
path : ./bin/Release/x86/
91
91
92
92
- name : Download build artifacts (x64)
93
- uses : actions/download-artifact@v3
93
+ uses : actions/download-artifact@v4
94
94
with :
95
95
name : Release-build-x64
96
96
path : ./bin/Release/x64/
You can’t perform that action at this time.
0 commit comments