From f79d1fca9cef4d270b6edd942df02b40c9d7980c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:04:43 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4bf696e..59b3124 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -167,7 +167,7 @@ jobs: - uses: actions/checkout@v2 - name: Download version file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: VersionFile path: mrtrix3_version.txt @@ -176,7 +176,7 @@ jobs: run: echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV - name: Download auto-gen pydra - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: AutoGen path: pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }} @@ -226,7 +226,7 @@ jobs: uses: actions/checkout@v2 - name: Download version file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: VersionFile path: mrtrix3_version.txt @@ -235,7 +235,7 @@ jobs: run: echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV - name: Download auto-gen pydra - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: AutoGen path: pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }} @@ -245,7 +245,7 @@ jobs: sed -i '/\/pydra\/tasks\/mrtrix3\/${{ env.SUBPKG_NAME }}/d' .gitignore - name: Download MRtrix3 install - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: MRtrix3 path: ${{ env.MRTRIX_INSTALL}} @@ -363,7 +363,7 @@ jobs: git config --local user.name "GitHub Action" - name: Download version file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: VersionFile path: mrtrix3_version.txt @@ -372,7 +372,7 @@ jobs: run: echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV - name: Download auto-gen pydra - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: AutoGen path: pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}