Compare commits

..
1 Commits
Author SHA1 Message Date
dependabot[bot]andGitHub 278a915cd3 chore(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-10 17:56:35 +00:00
4 changed files with 611 additions and 761 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ jobs:
- name: Parserdiagnose bei Fehler sichern
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: powershell-parser-diagnostics-${{ github.event.pull_request.head.sha || github.sha }}
path: ${{ runner.temp }}/powershell-parser-diagnostics.txt
@@ -228,7 +228,7 @@ jobs:
)
- name: Abgenommenes Paket als CI-Artefakt bereitstellen
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: vendoo-1.43.0-updater-3.4-${{ github.event.pull_request.head.sha || github.sha }}
path: |
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
--clobber
- name: Build-Artefakte sichern
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ${{ steps.package.outputs.package_name }}
path: |
+602 -752
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -49,15 +49,15 @@
"verify:release-manifest": "node tools/verify-release-manifest-staging-3.0.mjs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.111.0",
"@anthropic-ai/sdk": "^0.39.0",
"better-sqlite3": "^12.11.1",
"cookie-parser": "^1.4.7",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"helmet": "^8.3.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"helmet": "^8.2.0",
"multer": "^2.2.0",
"nodemailer": "^9.0.3",
"openai": "^6.46.0",
"sharp": "^0.35.3"
"openai": "^4.77.0",
"sharp": "^0.33.5"
}
}