File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 8282
8383 - name : Upload Build Artifacts
8484 if : success()
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 with :
8787 name : ${{ env.MODULE_ID }}
8888 path : |
@@ -148,7 +148,7 @@ jobs:
148148 forgeboxAPIKey : ${{ secrets.FORGEBOX_TOKEN }}
149149
150150 - name : Download build artifacts
151- uses : actions/download-artifact@v7
151+ uses : actions/download-artifact@v8
152152 with :
153153 name : ${{ env.MODULE_ID }}
154154 path : .tmp
Original file line number Diff line number Diff line change 11{
22 "name" :" ColdBox CLI" ,
3- "version" :" 8.5 .0" ,
3+ "version" :" 8.6 .0" ,
44 "location" :" https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/coldbox-cli-@build.version@.zip" ,
55 "slug" :" coldbox-cli" ,
66 "author" :" Ortus Solutions, Corp" ,
Original file line number Diff line number Diff line change @@ -133,8 +133,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133133
134134## [ 8.0.0] - 2025-10-13
135135
136- ## [ 7.10.0] - 2025-10-10
137-
138136### Added
139137
140138- Forgot to bump it to match ColdBox version.
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ component singleton {
442442 required string agents
443443 ){
444444 var packageDir = arguments .directory ;
445- var boxJson = variables .packageService .readPackageDescriptor ( packageDir );
445+ var boxJson = variables .packageService .readPackageDescriptorRaw ( packageDir );
446446
447447 // Add language at top level
448448 boxJson .language = arguments .language ;
You can’t perform that action at this time.
0 commit comments