From b8944238f7c5a716d622e9235d0afd9a477c043d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:57:34 +0000 Subject: [PATCH 1/2] ci: bump actions/upload-artifact from 7.0.0 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v7...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/architecture-impact.yml | 2 +- .github/workflows/architecture.yml | 2 +- .github/workflows/pr-pipeline.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/architecture-impact.yml b/.github/workflows/architecture-impact.yml index bae7baf..7899f66 100644 --- a/.github/workflows/architecture-impact.yml +++ b/.github/workflows/architecture-impact.yml @@ -41,7 +41,7 @@ jobs: --verbose - name: Upload artifacts - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: pr-impact path: .diagram/pr-impact/ diff --git a/.github/workflows/architecture.yml b/.github/workflows/architecture.yml index 82ceca5..13f414a 100644 --- a/.github/workflows/architecture.yml +++ b/.github/workflows/architecture.yml @@ -54,7 +54,7 @@ jobs: continue-on-error: false - name: Upload CI artifacts - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 if: always() with: name: diagram-ci-artifacts diff --git a/.github/workflows/pr-pipeline.yml b/.github/workflows/pr-pipeline.yml index 9bf270b..a53892b 100644 --- a/.github/workflows/pr-pipeline.yml +++ b/.github/workflows/pr-pipeline.yml @@ -283,7 +283,7 @@ jobs: fi - name: Upload advisory artifact if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: consistency-drift-advisory-latest path: artifacts/consistency-gate/consistency-drift-advisory-latest.json @@ -387,7 +387,7 @@ jobs: echo "::warning::consistency-drift-health running in bootstrap mode (baseline seed missing)." - name: Upload health artifact if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: consistency-drift-health-latest path: artifacts/consistency-gate/health.json From 68675946b1785e03b8c602587fc25dc77de70071 Mon Sep 17 00:00:00 2001 From: jscraik <154467285+jscraik@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:50:42 +0100 Subject: [PATCH 2/2] chore(ci): refresh PR checks Co-authored-by: Codex