diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81300d61..3d2c78e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,12 +94,12 @@ jobs: distribution: temurin cache: gradle - name: Download unit tests artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: unit_tests path: ./cameraview/build/coverage_input/unit_tests - name: Download emulator tests artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: # 27 is the EMULATOR_API with less SdkExclude annotations, and should have # the best possible coverage.