From e87e201b66e60fd2d9b5b6f7cd05ace24cc3819f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:39:32 +0000 Subject: [PATCH 1/2] Update actions/upload-artifact digest to 26f96df --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index dfb09ed91..1afc64bb0 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -30,7 +30,7 @@ jobs: arguments: testGplayDebugUnit - name: Upload test artifacts if: ${{ failure() }} - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: test-results path: app/build/reports/tests/testGplayDebugUnitTest/ From 292ca8f9389651d0f3dceffe74007cb7899820f3 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 26 Jan 2024 09:53:52 +0100 Subject: [PATCH 2/2] add version comment Signed-off-by: Andy Scherzinger --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 1afc64bb0..2c5f22c84 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -30,7 +30,7 @@ jobs: arguments: testGplayDebugUnit - name: Upload test artifacts if: ${{ failure() }} - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: test-results path: app/build/reports/tests/testGplayDebugUnitTest/