File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,11 @@ jobs:
100
100
shell : bash
101
101
run : build/build.sh prepack -platform $PLATFORM -configuration $BUILD_CONFIGURATION
102
102
103
- - uses : actions/upload-artifact@v3
103
+ - uses : actions/upload-artifact@v4
104
104
with :
105
105
name : intermediate
106
+ retention-days : 7
107
+ overwrite : true
106
108
path : |
107
109
artifacts
108
110
include/**/*.h
@@ -127,7 +129,7 @@ jobs:
127
129
- name : Set version
128
130
run : nbgv cloud --all-vars
129
131
130
- - uses : actions/download-artifact@v3
132
+ - uses : actions/download-artifact@v4
131
133
with :
132
134
name : intermediate
133
135
@@ -140,7 +142,7 @@ jobs:
140
142
run : build/build.sh pack -configuration $BUILD_CONFIGURATION
141
143
142
144
- name : Upload package
143
- uses : actions/upload-artifact@v3
145
+ uses : actions/upload-artifact@v4
144
146
with :
145
147
name : CppSharp.nupkg
146
148
path : |
You can’t perform that action at this time.
0 commit comments