@xn-intenton-z2a/agentic-lib 7.4.42 → 7.4.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1009,7 +1009,7 @@ jobs:
1009
1009
  fi
1010
1010
 
1011
1011
  - name: Upload report artifact
1012
- uses: actions/upload-artifact@v4
1012
+ uses: actions/upload-artifact@v7
1013
1013
  with:
1014
1014
  name: benchmark-report
1015
1015
  path: BENCHMARK_REPORT_FLOW_*.md
@@ -241,7 +241,7 @@ jobs:
241
241
 
242
242
  - name: Upload report artifact
243
243
  if: always()
244
- uses: actions/upload-artifact@v4
244
+ uses: actions/upload-artifact@v7
245
245
  with:
246
246
  name: benchmark-report
247
247
  path: BENCHMARK_REPORT_*.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.4.42",
3
+ "version": "7.4.43",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "author": "",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@xn-intenton-z2a/agentic-lib": "^7.4.42"
20
+ "@xn-intenton-z2a/agentic-lib": "^7.4.43"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@playwright/test": "^1.58.0",