diff --git a/.github/workflows/maestro-local.yml b/.github/workflows/maestro-local.yml index cfb743934f..9deb7c61b4 100644 --- a/.github/workflows/maestro-local.yml +++ b/.github/workflows/maestro-local.yml @@ -69,7 +69,7 @@ jobs: # https://github.com/actions/checkout/issues/881 ref: ${{ github.ref }} - name: Download APK artifact from previous job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: elementx-apk-maestro - name: Enable KVM group perms diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index bb6bbe87d1..f66086ad06 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -284,7 +284,7 @@ jobs: # https://github.com/actions/checkout/issues/881 ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }} - name: Download reports from previous jobs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Prepare Danger if: always() run: |