From 4418d347dcde22f05c4cef8fbbde66a107e65736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:17:40 +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-linux.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 352d407b..db14f81e 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -189,7 +189,7 @@ jobs: needs: build steps: - name: Download all Linux arifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: ./my_artifacts diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 935dc52e..1de32a03 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -189,7 +189,7 @@ jobs: needs: build steps: - name: Download all OSX arifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: ./my_artifacts diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 60e85942..fa8fddf7 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -188,7 +188,7 @@ jobs: needs: build steps: - name: Download all Windows arifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: ./my_artifacts