diff --git a/.github/workflows/reusable-deploy-to-firebase-distribution.yml b/.github/workflows/reusable-deploy-to-firebase-distribution.yml index 8642bf3128..e39e1bcc92 100644 --- a/.github/workflows/reusable-deploy-to-firebase-distribution.yml +++ b/.github/workflows/reusable-deploy-to-firebase-distribution.yml @@ -44,7 +44,7 @@ jobs: echo GOOGLE_APPLICATION_CREDENTIALS=$HOME/firebase-service-account.json >> $GITHUB_ENV - name: Download APK artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.upload-artifact }} diff --git a/.github/workflows/reusable-promote-artifact.yml b/.github/workflows/reusable-promote-artifact.yml index 8dd1ad6f07..9be336159b 100644 --- a/.github/workflows/reusable-promote-artifact.yml +++ b/.github/workflows/reusable-promote-artifact.yml @@ -35,12 +35,12 @@ jobs: - uses: actions/checkout@v6 - name: Download APK artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.upload-artifact }} - name: Download mapping file - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.mapping-file }} diff --git a/.github/workflows/reusable-sonar-scan.yml b/.github/workflows/reusable-sonar-scan.yml index 907eee26b9..7d09e385a6 100644 --- a/.github/workflows/reusable-sonar-scan.yml +++ b/.github/workflows/reusable-sonar-scan.yml @@ -42,7 +42,7 @@ jobs: google-services-file: ${{ secrets.GOOGLE_SERVICES_FILE }} - name: download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: test-reports merge-multiple: true