From 22cb97cdbda398b5dcdd54adcd0c8443c329e7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:16:15 +0000 Subject: [PATCH] Chore(deps): Bump actions/upload-artifact from 4.6.2 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/collaboration-webhook-notifications.yml | 2 +- .github/workflows/supply-chain-security.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/collaboration-webhook-notifications.yml b/.github/workflows/collaboration-webhook-notifications.yml index c310408..ddc3513 100644 --- a/.github/workflows/collaboration-webhook-notifications.yml +++ b/.github/workflows/collaboration-webhook-notifications.yml @@ -137,7 +137,7 @@ jobs: - name: Upload validation artifacts (retention >= 90 days) if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: webhook-validation-github-${{ github.run_id }} path: .tmp/webhook-validation/ diff --git a/.github/workflows/supply-chain-security.yml b/.github/workflows/supply-chain-security.yml index d286036..6aa9def 100644 --- a/.github/workflows/supply-chain-security.yml +++ b/.github/workflows/supply-chain-security.yml @@ -42,7 +42,7 @@ jobs: - name: Upload supply-chain evidence if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: supply-chain-security-${{ github.run_id }}-${{ github.run_attempt }} path: ${{ steps.baseline.outputs.output_directory }}