diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f55b18e..2b267ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: url: https://pypi.org/project/pylibCZIrw/${{needs.build.outputs.pypi_version}} steps: - name: Download Wheels and Source Distribution - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.3 - name: Collect Wheels and Source Distribution # Move to dist as default folder for publish action run: New-Item -Path "." -Name "dist" -ItemType "directory"; Get-ChildItem -Path ".\*.whl",".\*.tar.gz" -Recurse | Move-Item -Destination ".\dist"