diff --git a/.github/workflows/maestro-local.yml b/.github/workflows/maestro-local.yml index 3ce062cd24..88a9e4d1f6 100644 --- a/.github/workflows/maestro-local.yml +++ b/.github/workflows/maestro-local.yml @@ -86,7 +86,7 @@ jobs: ref: ${{ github.ref }} persist-credentials: false - name: Download APK artifact from previous job - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: elementx-apk-maestro - name: Enable KVM group perms diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 18551559ec..d158155a45 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -351,7 +351,7 @@ jobs: ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }} persist-credentials: false - name: Download reports from previous jobs - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 - name: Prepare Danger if: always() run: |