From cfada0347e76d68b2441f8de68c868c15d8b10d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 08:47:33 +0100 Subject: [PATCH] build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1 (#46239) --- .github/workflows/pipeline-segment-electron-test.yml | 4 ++-- .github/workflows/pipeline-segment-node-nan-test.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pipeline-segment-electron-test.yml b/.github/workflows/pipeline-segment-electron-test.yml index b2bc26d39974..05312488dc75 100644 --- a/.github/workflows/pipeline-segment-electron-test.yml +++ b/.github/workflows/pipeline-segment-electron-test.yml @@ -147,12 +147,12 @@ jobs: echo "DISABLE_CRASH_REPORTER_TESTS=true" >> $GITHUB_ENV echo "IS_ASAN=true" >> $GITHUB_ENV - name: Download Generated Artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: generated_artifacts_${{ env.ARTIFACT_KEY }} path: ./generated_artifacts_${{ matrix.build-type }}_${{ inputs.target-arch }} - name: Download Src Artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: src_artifacts_${{ env.ARTIFACT_KEY }} path: ./src_artifacts_${{ matrix.build-type }}_${{ inputs.target-arch }} diff --git a/.github/workflows/pipeline-segment-node-nan-test.yml b/.github/workflows/pipeline-segment-node-nan-test.yml index ee381add0dbb..eadca8a519e6 100644 --- a/.github/workflows/pipeline-segment-node-nan-test.yml +++ b/.github/workflows/pipeline-segment-node-nan-test.yml @@ -61,12 +61,12 @@ jobs: - name: Install Dependencies uses: ./src/electron/.github/actions/install-dependencies - name: Download Generated Artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: generated_artifacts_${{ env.BUILD_TYPE }}_${{ env.TARGET_ARCH }} path: ./generated_artifacts_${{ env.BUILD_TYPE }}_${{ env.TARGET_ARCH }} - name: Download Src Artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: src_artifacts_linux_${{ env.TARGET_ARCH }} path: ./src_artifacts_linux_${{ env.TARGET_ARCH }} @@ -115,12 +115,12 @@ jobs: - name: Install Dependencies uses: ./src/electron/.github/actions/install-dependencies - name: Download Generated Artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: generated_artifacts_${{ env.BUILD_TYPE }}_${{ env.TARGET_ARCH }} path: ./generated_artifacts_${{ env.BUILD_TYPE }}_${{ env.TARGET_ARCH }} - name: Download Src Artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e with: name: src_artifacts_linux_${{ env.TARGET_ARCH }} path: ./src_artifacts_linux_${{ env.TARGET_ARCH }}