From a9c7670bb0786113efd33044768be554a851d0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 04:23:48 +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/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cdd672..312617a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Upload release-gate diagnostics if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-gate-${{ matrix.os }} path: apps/vscode/dist/release-gate-report.json @@ -108,7 +108,7 @@ jobs: run: pnpm --filter @deepcode/desktop test:e2e - name: Upload browser diagnostics if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: desktop-playwright-report path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 953726c..f15bdc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Upload validation diagnostics if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-validation-diagnostics path: |