From 2e991dcf356ae800d34878778bb6b8c63640104f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:41:13 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 7 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] --- .github/workflows/benchmark-llms-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-llms-docs.yml b/.github/workflows/benchmark-llms-docs.yml index bf6ce6e0b..8da789564 100644 --- a/.github/workflows/benchmark-llms-docs.yml +++ b/.github/workflows/benchmark-llms-docs.yml @@ -59,7 +59,7 @@ jobs: - name: Upload results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-${{ matrix.source }} path: benchmark-results/ @@ -116,7 +116,7 @@ jobs: cat benchmark-summary.md >> "$GITHUB_STEP_SUMMARY" - name: Upload summary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-summary path: |