From c74119c257a2d80e5a0d1a98258a15aa65a51c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:07:06 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact in the actions group Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/docs-ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5563f09..c6691cf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,7 +181,7 @@ jobs: - name: Upload test artifacts on failure if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-artifacts-build-${{ matrix.rust-version }} path: | @@ -324,7 +324,7 @@ jobs: - name: Upload test artifacts on failure if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-artifacts-text-injection path: | @@ -404,7 +404,7 @@ jobs: if [[ "${{ needs.moonshine_check.result }}" != "success" ]]; then echo "::warning::Moonshine check failed (optional)."; fi echo "All critical stages passed successfully." - name: Upload CI Report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ci-report path: report.md diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index 6ccb5058..9b23180e 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -41,7 +41,7 @@ jobs: uv run scripts/docs_semantic_review.py "${{ github.event.pull_request.base.sha }}" "${{ github.sha }}" --packet-out .artifacts/docs_semantic_review_packet.json --prompt-out .artifacts/docs_semantic_review_prompt.md - name: Upload semantic review artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs-semantic-review path: .artifacts/docs_semantic_review_*