From cb3bbea11517c0209a654467f3563d2a746d279c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:04:00 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 15 to 16 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 15 to 16. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v15...v16) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bench_upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench_upload.yml b/.github/workflows/bench_upload.yml index d46715be..fd0a41c3 100644 --- a/.github/workflows/bench_upload.yml +++ b/.github/workflows/bench_upload.yml @@ -20,12 +20,12 @@ jobs: PR_EVENT: event.json steps: - name: Download Benchmark Results - uses: dawidd6/action-download-artifact@v15 + uses: dawidd6/action-download-artifact@v16 with: name: ${{ env.BENCHMARK_RESULTS }} run_id: ${{ github.event.workflow_run.id }} - name: Download PR Event - uses: dawidd6/action-download-artifact@v15 + uses: dawidd6/action-download-artifact@v16 with: name: ${{ env.PR_EVENT }} run_id: ${{ github.event.workflow_run.id }}