diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ca42f5..7a75cf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: if: github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request' steps: - name: Download unit test report - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: unit-test-report - name: Comment unit test report