From 6a59245f2be5e49ea350f0e7739d8786f7f862df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:46:32 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- .github/workflows/integrations.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52bbd6719..a0eceb8c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -355,7 +355,7 @@ jobs: # Download the built binaries - name: Download Binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries @@ -458,7 +458,7 @@ jobs: # uses: actions/checkout@v4 # # - name: Download Binaries - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: binaries # @@ -506,7 +506,7 @@ jobs: # uses: actions/checkout@v4 # # - name: Download Binaries - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: binaries # @@ -564,7 +564,7 @@ jobs: password: ${{ secrets.SCOPECI_TOKEN }} - name: Download Binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index dfc7cda5e..8425f1baf 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -327,7 +327,7 @@ jobs: uses: actions/checkout@v4 - name: Download Binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries @@ -375,7 +375,7 @@ jobs: uses: actions/checkout@v4 - name: Download Binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries