From 4a1a51c3ba871a99627e744096755906b8529380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 08:24:20 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.0 to 4.1.3 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.0...v4.1.3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"