From effccf6a45bc68aa0b1941fef250c1ef2c4e11e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:40:45 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 15 to 19 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 15 to 19. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v15...v19) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 9d4361d..535c4c7 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -27,7 +27,7 @@ jobs: - name: Download benchmark results from CI (if no local results) if: steps.check_local.outputs.has_local != 'true' - uses: dawidd6/action-download-artifact@v15 + uses: dawidd6/action-download-artifact@v19 with: workflow: benchmarks.yml name_is_regexp: true