From a28050014ae4f403ae6ee49eecaa47108b7ff9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:40:02 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 11 to 15 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 15. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v11...v15) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/smokeshow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index 5014b99..1a4d603 100644 --- a/.github/workflows/smokeshow.yml +++ b/.github/workflows/smokeshow.yml @@ -31,7 +31,7 @@ jobs: with: python-version: "3.14" - run: pip install smokeshow - - uses: dawidd6/action-download-artifact@v11 + - uses: dawidd6/action-download-artifact@v15 with: workflow: tests.yml commit: ${{ github.event.workflow_run.head_sha }}