From be7da08ea163060a9168f98b642797ea4edf104b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:09:57 +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 5e78e4de1d..b043265fa8 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@v8 + uses: dawidd6/action-download-artifact@v11 with: workflow: python-package.yml workflow_conclusion: success @@ -27,7 +27,7 @@ jobs: path: dist - name: Download sdist from commit ${{ github.sha }} - uses: dawidd6/action-download-artifact@v8 + uses: dawidd6/action-download-artifact@v11 with: workflow: python-package.yml workflow_conclusion: success