From dfa75ce231506ccd9f0f6a35afdcc00964192757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:17:51 -0700 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 7 (#10922) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/mount-benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mount-benchmark.yml b/.github/workflows/mount-benchmark.yml index 0560fa90b..90310ee6c 100644 --- a/.github/workflows/mount-benchmark.yml +++ b/.github/workflows/mount-benchmark.yml @@ -131,7 +131,7 @@ jobs: - name: Results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: results-windows path: C:\results-*.json @@ -196,7 +196,7 @@ jobs: - name: Results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: results-linux path: /tmp/results-linux.json