From 4cbc8b4310b1aa1eee2e5533c95d02d1d0fc8518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:12:31 +0000 Subject: [PATCH] build(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 | 8 ++++---- .github/workflows/release.yml | 2 +- .github/workflows/test-stability.yml | 2 +- .github/workflows/winget.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 359b00d1..16134572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - run: python scripts/readiness/quality.py --base "$QUALITY_BASE" - run: cargo machete --with-metadata - run: python scripts/readiness/release_age.py --base "$QUALITY_BASE" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: source-quality @@ -119,13 +119,13 @@ jobs: run: cargo build --locked -p cortex-cli -p cortex-app-server - name: Local functional QA and dynamic security tests run: python3 scripts/readiness/qa.py - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: test-performance path: target/readiness/tests/ retention-days: 30 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: local-qa @@ -158,7 +158,7 @@ jobs: mkdir -p target/readiness cargo llvm-cov nextest --locked -p cortex-cli -p cortex-app-server -p cortex-common --profile ci --lcov --output-path target/readiness/lcov.info - run: python3 scripts/readiness/coverage.py --base "$QUALITY_BASE" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: coverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7064074..916dc432 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -307,7 +307,7 @@ jobs: Compress-Archive -Path dist/* -DestinationPath "${{ matrix.artifact }}.zip" - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact }} path: | diff --git a/.github/workflows/test-stability.yml b/.github/workflows/test-stability.yml index b57f8fdc..f8456c26 100644 --- a/.github/workflows/test-stability.yml +++ b/.github/workflows/test-stability.yml @@ -18,7 +18,7 @@ jobs: with: tool: cargo-nextest@0.9.102 - run: python3 scripts/readiness/tests.py --repeat 3 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: test-stability diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 6934c252..a7b29586 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -161,7 +161,7 @@ jobs: WINGET_PAT: ${{ secrets.WINGET_PAT }} - name: Upload manifests as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: winget-manifests path: manifests/