From f6c0197f7fcda458c749d661d2af35bb28f6edf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 21:47:49 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.6.1 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.1...v7.0.1) --- 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/crac-train.yml | 2 +- .github/workflows/deploy-artifact.yml | 2 +- .github/workflows/deploy-bundle.yml | 2 +- .github/workflows/deploy-validate.yml | 4 ++-- .github/workflows/leak-scan.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/crac-train.yml b/.github/workflows/crac-train.yml index 22e25d5..5cd28fe 100644 --- a/.github/workflows/crac-train.yml +++ b/.github/workflows/crac-train.yml @@ -292,7 +292,7 @@ jobs: run: | docker rm -f crac-postgres crac-valkey crac-rabbitmq >/dev/null 2>&1 || true - - uses: actions/upload-artifact@v7 + - uses: actions/upload-artifact@v7.0.1 with: name: ${{ matrix.service }}-checkpoint path: checkpoint/ diff --git a/.github/workflows/deploy-artifact.yml b/.github/workflows/deploy-artifact.yml index 749d2ae..0dd33ac 100644 --- a/.github/workflows/deploy-artifact.yml +++ b/.github/workflows/deploy-artifact.yml @@ -166,7 +166,7 @@ jobs: | python3 -m json.tool --indent 2 > gate-summary.json # Always upload gate-summary-deploy-artifact, even when render failed (SC-4) - - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: gate-summary-deploy-artifact diff --git a/.github/workflows/deploy-bundle.yml b/.github/workflows/deploy-bundle.yml index decd3c3..6ae3013 100644 --- a/.github/workflows/deploy-bundle.yml +++ b/.github/workflows/deploy-bundle.yml @@ -91,7 +91,7 @@ name: 'Deploy Bundle' printf 'bundle-ref=ghcr.io/%s/%s-deploy-bundle:%s\n' "$owner" "$name" "$BUNDLE_VERSION" >> "$GITHUB_OUTPUT" - 'name': 'Upload deploy bundle artifact' - 'uses': 'actions/upload-artifact@v5' + 'uses': 'actions/upload-artifact@v7.0.1' 'with': 'name': 'deploy-bundle' 'path': '${{ steps.bundle.outputs.bundle-path }}' diff --git a/.github/workflows/deploy-validate.yml b/.github/workflows/deploy-validate.yml index 86a2cb9..033bf6b 100644 --- a/.github/workflows/deploy-validate.yml +++ b/.github/workflows/deploy-validate.yml @@ -74,13 +74,13 @@ jobs: comment: ${{ inputs.comment }} # Always upload both artifacts so downstream consumers can rely on them (SC-4) - - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: gate-summary-deploy-validate path: gate-summary.json - - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: deploy-preview-summary diff --git a/.github/workflows/leak-scan.yml b/.github/workflows/leak-scan.yml index 2ce390a..d633863 100644 --- a/.github/workflows/leak-scan.yml +++ b/.github/workflows/leak-scan.yml @@ -75,7 +75,7 @@ jobs: exclude-paths: ${{ inputs.exclude-paths }} # Always upload gate-summary-leak-scan (SC-4 fail-safe) - - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() with: name: gate-summary-leak-scan