From 07748039ad0d9eb7c5513c7ee9e87b7df003f032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:12:02 +0000 Subject: [PATCH 1/2] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/model_performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/model_performance.yml b/.github/workflows/model_performance.yml index 125286066ce..f1a9eb56090 100644 --- a/.github/workflows/model_performance.yml +++ b/.github/workflows/model_performance.yml @@ -235,7 +235,7 @@ jobs: git push origin ${{ matrix.target-branch }} git branch --set-upstream-to=origin/${{ matrix.target-branch }} ${{ matrix.target-branch }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: baseline path: performance/baselines/${{ needs.set-variables.outputs.release_id }} From f5c1a16d724cc39750fcba960d768af0cee48199 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 11 Aug 2025 01:12:30 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20250811-011224.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20250811-011224.yaml diff --git a/.changes/unreleased/Dependencies-20250811-011224.yaml b/.changes/unreleased/Dependencies-20250811-011224.yaml new file mode 100644 index 00000000000..554331db502 --- /dev/null +++ b/.changes/unreleased/Dependencies-20250811-011224.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/download-artifact from 4 to 5" +time: 2025-08-11T01:12:24.00000Z +custom: + Author: dependabot[bot] + Issue: 11910