From 29e8bacfc877a252d7935965dcf4917b4afd3eaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:33:06 +0000 Subject: [PATCH] Update actions/upload-artifact digest to b4b15b8 --- .github/workflows/integration-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index d56f20d..24a59bd 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -24,7 +24,7 @@ jobs: run: ./gradlew check -i - name: Upload Artifact if: success() || failure() - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: test-result path: /home/runner/work/**/build/reports