From c13b7277477f5165bb2a17b0a76671ac3c304cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:46:05 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 3 to 11 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index c333eb016..b6efab25d 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -46,7 +46,7 @@ jobs: # Try to fetch the latest successful baseline from devel - name: Download baseline from devel id: dl - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v11 continue-on-error: true # allow first PRs without a baseline with: workflow: bench.yml