From 33c10fbb91df6a85828f71945b40e6864f584823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:00:32 +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-factory.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-factory.yml b/.github/workflows/build-factory.yml index 2034429998..12d0e29cb5 100644 --- a/.github/workflows/build-factory.yml +++ b/.github/workflows/build-factory.yml @@ -46,7 +46,7 @@ jobs: TEST_LOG_ARTIFACT_DIR: test-logs steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -84,7 +84,7 @@ jobs: ARTIFACT_DIR: win64-binaries steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -126,7 +126,7 @@ jobs: ARTIFACT_DIR: macosx-binaries steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -173,7 +173,7 @@ jobs: ARTIFACT_DIR: aarch64-linux-binaries steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -212,7 +212,7 @@ jobs: ARTIFACT_DIR: win32-binaries steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -254,7 +254,7 @@ jobs: ARTIFACT_DIR: arm32-binaries steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -293,7 +293,7 @@ jobs: ARTIFACT_DIR: i686-linux32-binaries steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives