From 5650a76d0417538e838668ad1f4ea74e52269e99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:35:21 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 19 to 20 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v19...v20) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_benchmarks_upload.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_benchmarks_upload.yml b/.github/workflows/pr_benchmarks_upload.yml index dfc99bdbd..24f2a0139 100644 --- a/.github/workflows/pr_benchmarks_upload.yml +++ b/.github/workflows/pr_benchmarks_upload.yml @@ -16,17 +16,17 @@ jobs: PR_EVENT: event.json steps: - name: Download Benchmark Results - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v20 with: name: ${{ env.BENCHMARK_RESULTS }} run_id: ${{ github.event.workflow_run.id }} - name: Download PR Event - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v20 with: name: ${{ env.PR_EVENT }} run_id: ${{ github.event.workflow_run.id }} - name: Download Testbed - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v20 with: name: testbed.txt run_id: ${{ github.event.workflow_run.id }}