From 6223159b45899e33129ee9aed164e2ccabc916db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:48:53 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 8 to 11 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v8...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/pypi-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index edf75ab4f..c8241d65d 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -17,7 +17,7 @@ jobs: # happen for this actual commit (the commit that the tag points to). # It also restores the files timestamps. - name: Download wheels from commit ${{ github.sha }} - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@09b07ec687d10771279a426c79925ee415c12906 # v17 with: workflow: python-package.yml workflow_conclusion: success @@ -28,7 +28,7 @@ jobs: merge_multiple: true - name: Download sdist from commit ${{ github.sha }} - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@09b07ec687d10771279a426c79925ee415c12906 # v17 with: workflow: python-package.yml workflow_conclusion: success