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