From f7a98575c89121aacfacc6ed546b188c72b467e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:18:45 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_pypi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 6a51336..fc7a7ef 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -49,7 +49,7 @@ jobs: - fedora:latest - archlinux:latest steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: path: dist merge-multiple: true @@ -128,7 +128,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: ${{ matrix.distro.xcode }} - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: path: dist merge-multiple: true @@ -176,7 +176,7 @@ jobs: # Only upload if not using test.pypi and using original repo and triggered by either a release or a manual workflow dispatch if: ${{ !inputs.testPypi && github.repository_owner == 'volkm' && ((github.event_name == 'release' && github.event.action == 'published') || github.event_name == 'workflow_dispatch') }} steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: path: dist merge-multiple: true @@ -198,7 +198,7 @@ jobs: # Only upload if using test.pypi and using original repo and triggered by either a release or a manual workflow dispatch if: ${{ inputs.testPypi && github.repository_owner == 'volkm' && ((github.event_name == 'release' && github.event.action == 'published') || github.event_name == 'workflow_dispatch') }} steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: path: dist merge-multiple: true