diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index 9829094bfb..ae3690f43a 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -122,7 +122,7 @@ jobs: environment: ${{ needs.prepare.outputs.deploy == 'true' && 'packages.element.io' || '' }} steps: - name: Download artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 - name: Prepare artifacts for deployment run: | @@ -296,7 +296,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Download artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: pattern: win-* diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 8826cf519b..05209eb2fe 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -67,7 +67,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download blob reports from GitHub Actions Artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: pattern: blob-report-* path: all-blob-reports diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index 164bd0096f..8be454b5b8 100644 --- a/.github/workflows/build_linux.yaml +++ b/.github/workflows/build_linux.yaml @@ -111,7 +111,7 @@ jobs: ref: ${{ inputs.ref }} persist-credentials: false - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: ${{ inputs.prepare-artifact-name }} diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index c47cccd7e3..556950f60f 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -85,7 +85,7 @@ jobs: ref: ${{ inputs.ref }} persist-credentials: false - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: ${{ inputs.prepare-artifact-name }} diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 4b3a0f468b..5b0e6a9ec4 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -50,7 +50,7 @@ jobs: - name: Install Deps run: "pnpm install --frozen-lockfile" - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: ${{ inputs.artifact }} path: dist diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 6214ae110a..e2f7510edd 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -114,7 +114,7 @@ jobs: ref: ${{ inputs.ref }} persist-credentials: false - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: ${{ inputs.prepare-artifact-name }}