From 385eb949b63e4fb0b2f74aa6eea5f47fde2cab52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 22:57:22 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 8 to 10 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v8...v10) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' 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..cac49a8d4f 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@v10 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@v10 with: workflow: python-package.yml workflow_conclusion: success