From 259c1943936b9ad25ddcb9e94d15ab2788c5ab01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:17:56 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 907cb97..c6b4f89 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -90,13 +90,13 @@ jobs: fetch-depth: 0 - name: Download base benchmark results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 with: name: benchmark-results path: base-results/ - name: Download PR benchmark results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 with: name: benchmark-results path: pr-results/