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 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 }}