From 2e63cf181082df388aa55cdaeec8cf0580d9adb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:26:32 +0000 Subject: [PATCH] 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] --- .github/workflows/ai-service-ci.yml | 2 +- .github/workflows/ocr-regression.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ai-service-ci.yml b/.github/workflows/ai-service-ci.yml index 0fa24e0a..cb13fc93 100644 --- a/.github/workflows/ai-service-ci.yml +++ b/.github/workflows/ai-service-ci.yml @@ -124,7 +124,7 @@ jobs: zip -r ../ai-service-deploy.zip . - name: Upload deployment artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ai-service-deploy path: ai-service-deploy.zip diff --git a/.github/workflows/ocr-regression.yml b/.github/workflows/ocr-regression.yml index 95d690f3..e4330d70 100644 --- a/.github/workflows/ocr-regression.yml +++ b/.github/workflows/ocr-regression.yml @@ -49,7 +49,7 @@ jobs: - name: Upload Regression Report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ocr-regression-report path: app/ai-service/ocr_report.json