From 91e6d532c2499913f33ae8f9d5dbc37e064b541e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:46:30 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 5c50035..d33610a 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@v7 + - uses: actions/download-artifact@v8 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@v7 + - uses: actions/download-artifact@v8 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@v7 + - uses: actions/download-artifact@v8 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@v7 + - uses: actions/download-artifact@v8 with: path: dist merge-multiple: true