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 402382fbc0..599305351d 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 da3becfd98..75beadb1b7 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 e032003a5d..e9326ce0ee 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 7f8811405b..9a39b32495 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 71a8c6faa0..8e0d85fe71 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 }}