From 8283ef0d7331aacb0a02b374cd757e05a8feaf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:02:14 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact 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/git-artifacts.yml | 14 +++++++------- .github/workflows/main.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/git-artifacts.yml b/.github/workflows/git-artifacts.yml index 9aa96b7f8df110..6206cbde802f5f 100644 --- a/.github/workflows/git-artifacts.yml +++ b/.github/workflows/git-artifacts.yml @@ -137,7 +137,7 @@ jobs: flavor: build-installers - name: Download bundle-artifacts if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: bundle-artifacts path: bundle-artifacts @@ -252,7 +252,7 @@ jobs: git config --global user.email "$USER_EMAIL" - name: Download bundle-artifacts if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: bundle-artifacts path: bundle-artifacts @@ -354,13 +354,13 @@ jobs: esac - name: Download pkg-${{matrix.arch.name}} if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pkg-${{matrix.arch.name}} path: pkg-${{matrix.arch.name}} - name: Download bundle-artifacts if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: bundle-artifacts path: bundle-artifacts @@ -375,7 +375,7 @@ jobs: architecture: i686 - name: Download arm64 artifact if: env.SKIP != 'true' && matrix.arch.arm64 == true - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: arm64-artifacts path: ${{github.workspace}}/arm64 @@ -470,13 +470,13 @@ jobs: esac - name: Download pkg-x86_64 if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pkg-x86_64 path: pkg-x86_64 - name: Download bundle-artifacts if: env.SKIP != 'true' - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: bundle-artifacts path: bundle-artifacts diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab40e6fe208e09..b78c94ae15a6d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: nr: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] steps: - name: download tracked files and build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: windows-artifacts path: ${{github.workspace}} @@ -191,7 +191,7 @@ jobs: steps: - uses: git-for-windows/setup-git-for-windows-sdk@v1 - name: download tracked files and build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: vs-artifacts-x64 path: ${{github.workspace}}