File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 9090 shell : bash
9191 run : build/build.sh prepack -platform $PLATFORM
9292
93- - uses : actions/upload-artifact@v3
93+ - name : Upload Artifacts
94+ uses : actions/upload-artifact@v4
9495 with :
9596 name : intermediate
97+ retention-days : 7
98+ overwrite : true
9699 path : |
97100 artifacts
98101 include/**/*.h
@@ -116,7 +119,7 @@ jobs:
116119 - name : Set version
117120 run : nbgv cloud --all-vars
118121
119- - uses : actions/download-artifact@v3
122+ - uses : actions/download-artifact@v4
120123 with :
121124 name : intermediate
122125
@@ -129,7 +132,7 @@ jobs:
129132 run : build/build.sh pack
130133
131134 - name : Upload package
132- uses : actions/upload-artifact@v3
135+ uses : actions/upload-artifact@v4
133136 with :
134137 name : CppSharp.nupkg
135138 path : |
You can’t perform that action at this time.
0 commit comments