Skip to content

Commit bc4c8a7

Browse files
authored
Merge pull request #36 from ColdBox/development
Merrge dev
2 parents 47e0107 + c66f9f3 commit bc4c8a7

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

changelog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

models/AIService.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)