From a1332536ac2e35038a16138317e4c43107313820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:25:30 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/agent-suspend-resilience.yml | 2 +- .github/workflows/pre-merge-revalidate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agent-suspend-resilience.yml b/.github/workflows/agent-suspend-resilience.yml index d32a4edd..81730ab5 100644 --- a/.github/workflows/agent-suspend-resilience.yml +++ b/.github/workflows/agent-suspend-resilience.yml @@ -92,7 +92,7 @@ jobs: - name: upload trx if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: agent-suspend-resilience-trx path: "**/agent-suspend-resilience.trx" diff --git a/.github/workflows/pre-merge-revalidate.yml b/.github/workflows/pre-merge-revalidate.yml index 178c5bcb..b49a801f 100644 --- a/.github/workflows/pre-merge-revalidate.yml +++ b/.github/workflows/pre-merge-revalidate.yml @@ -227,7 +227,7 @@ jobs: - name: upload outcome artifact if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: # PR number is the integrity anchor: post-status finds THIS PR's # outcome by THIS name; it never re-uses an artifact across PRs.