From 683afd7572c8a1fe32b61c8124b8ebc9057819a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:13:14 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 11 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v11...v21) --- 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/api_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index db323e95..ba5417aa 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -11,7 +11,7 @@ jobs: collect_documentation: runs-on: ubuntu-latest steps: - - uses: dawidd6/action-download-artifact@v11 + - uses: dawidd6/action-download-artifact@v21 with: workflow: 'wheels.yml' run_number: ${{ github.event.inputs.run_number }}