File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 90
90
shell : bash
91
91
run : build/build.sh prepack -platform $PLATFORM
92
92
93
- - uses : actions/upload-artifact@v3
93
+ - name : Upload Artifacts
94
+ uses : actions/upload-artifact@v4
94
95
with :
95
96
name : intermediate
97
+ retention-days : 7
98
+ overwrite : true
96
99
path : |
97
100
artifacts
98
101
include/**/*.h
@@ -116,9 +119,9 @@ jobs:
116
119
- name : Set version
117
120
run : nbgv cloud --all-vars
118
121
119
- - uses : actions/download-artifact@v3
122
+ - uses : actions/download-artifact@v4
120
123
with :
121
- name : intermediate
124
+ name : intermediate-Release-x64
122
125
123
126
- name : Setup
124
127
shell : bash
@@ -129,7 +132,7 @@ jobs:
129
132
run : build/build.sh pack
130
133
131
134
- name : Upload package
132
- uses : actions/upload-artifact@v3
135
+ uses : actions/upload-artifact@v4
133
136
with :
134
137
name : CppSharp.nupkg
135
138
path : |
You can’t perform that action at this time.
0 commit comments