From 826a5efb472e4589321541ff7fc256da73fa9d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:20:06 +0000 Subject: [PATCH 1/2] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 73707b91ed6..4f5cf0b4251 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@v3 + - uses: actions/download-artifact@v4 with: name: baseline path: performance/baselines/${{ needs.set-variables.outputs.release_id }} From 06f30a7a7b9ce3a5d365e8e4961b8f8fd0f7f2e5 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 15 Jan 2024 01:20:34 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240115-012030.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240115-012030.yaml diff --git a/.changes/unreleased/Dependencies-20240115-012030.yaml b/.changes/unreleased/Dependencies-20240115-012030.yaml new file mode 100644 index 00000000000..3de246ad260 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240115-012030.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/download-artifact from 3 to 4" +time: 2024-01-15T01:20:30.00000Z +custom: + Author: dependabot[bot] + PR: 9374