From 52c2db7418022aefdf11c689aa9c677ab9f91402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:14:06 +0000 Subject: [PATCH] build(deps): bump suisei-cn/actions-download-file from 1.6.0 to 1.6.1 Bumps [suisei-cn/actions-download-file](https://github.com/suisei-cn/actions-download-file) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/suisei-cn/actions-download-file/releases) - [Commits](https://github.com/suisei-cn/actions-download-file/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: suisei-cn/actions-download-file dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yml | 2 +- .github/workflows/python-wheels-emulated.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8fbafbf4..cd542921 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -104,7 +104,7 @@ jobs: if: runner.os == 'MacOS' - name: download pre-built VTK static library - uses: suisei-cn/actions-download-file@v1.6.0 + uses: suisei-cn/actions-download-file@v1.6.1 with: url: https://github.com/sanguinariojoe/vtk-builds/releases/download/VTK-${{env.VTK_VERSION_MAJOR}}.${{env.VTK_VERSION_MINOR}}.${{env.VTK_VERSION_PATCH}}-static/vtk-${{runner.os}}-x86_64.tar.gz target: ${{github.workspace}}/ diff --git a/.github/workflows/python-wheels-emulated.yml b/.github/workflows/python-wheels-emulated.yml index 322367c1..549d9535 100644 --- a/.github/workflows/python-wheels-emulated.yml +++ b/.github/workflows/python-wheels-emulated.yml @@ -92,28 +92,28 @@ jobs: shell: bash - name: download pre-built VTK static library (ManyLinux) - uses: suisei-cn/actions-download-file@v1.6.0 + uses: suisei-cn/actions-download-file@v1.6.1 with: url: https://github.com/sanguinariojoe/vtk-builds/releases/download/VTK-${{inputs.vtk_major}}.${{inputs.vtk_minor}}.${{inputs.vtk_patch}}-static/vtk-manylinux2014_${{inputs.arch}}.tar.gz target: ${{github.workspace}}/ if: runner.os == 'Linux' - name: download pre-built VTK static library (MUSLLinux) - uses: suisei-cn/actions-download-file@v1.6.0 + uses: suisei-cn/actions-download-file@v1.6.1 with: url: https://github.com/sanguinariojoe/vtk-builds/releases/download/VTK-${{inputs.vtk_major}}.${{inputs.vtk_minor}}.${{inputs.vtk_patch}}-static/vtk-musllinux_1_2_${{inputs.arch}}.tar.gz target: ${{github.workspace}}/ if: runner.os == 'Linux' - name: download pre-built VTK static library (Windows) - uses: suisei-cn/actions-download-file@v1.6.0 + uses: suisei-cn/actions-download-file@v1.6.1 with: url: https://github.com/sanguinariojoe/vtk-builds/releases/download/VTK-${{inputs.vtk_major}}.${{inputs.vtk_minor}}.${{inputs.vtk_patch}}-static/vtk-Windows-x86_64.tar.gz target: ${{github.workspace}}/ if: runner.os == 'Windows' - name: download pre-built VTK static library (MacOS) - uses: suisei-cn/actions-download-file@v1.6.0 + uses: suisei-cn/actions-download-file@v1.6.1 with: url: https://github.com/sanguinariojoe/vtk-builds/releases/download/VTK-${{inputs.vtk_major}}.${{inputs.vtk_minor}}.${{inputs.vtk_patch}}-static/vtk-macOS-${{inputs.arch}}.tar.gz target: ${{github.workspace}}/