From 17eb92c6118ece86b5a7d579c1857a1a0bb131cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:01:22 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index fe4fbc649..f4a0cf08c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -55,7 +55,7 @@ jobs: with: python-version: '3.7' - name: Download Build Artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: artifacts - name: Install Homebrew Bash @@ -86,7 +86,7 @@ jobs: python-version: '3.7' architecture: 'x64' - name: Download Build Artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: artifacts - name: Tests @@ -114,7 +114,7 @@ jobs: with: python-version: '3.7' - name: Download Build Artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: artifacts - name: Tests @@ -142,7 +142,7 @@ jobs: with: python-version: '3.7' - name: Download Build Artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: artifacts - name: Install Homebrew Bash @@ -173,7 +173,7 @@ jobs: python-version: '3.7' architecture: 'x64' - name: Download Build Artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: artifacts - name: Tests @@ -203,7 +203,7 @@ jobs: with: python-version: '3.7' - name: Download Build Artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: artifacts - name: Tests