diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index 10f0879..80d30f9 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -271,7 +271,7 @@ jobs: url: https://pypi.org/project/pylibCZIrw/${{needs.CodeQualityAnalysis-Test.outputs.pypi_version}} steps: - name: Download Wheels and Source Distribution - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.8 - 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"