From fb2017ca37cfe939395d53166a1dedaa8f3c0886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:01:06 +0000 Subject: [PATCH] [CI]: Bump dawidd6/action-download-artifact from 11 to 12 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 12. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v11...v12) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index b145e3c..2e79654 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download wheels from commit ${{ github.sha }} - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: workflow: build-wheels.yml workflow_conclusion: success @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download wheels from commit ${{ github.sha }} - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: workflow: build-wheels.yml workflow_conclusion: success