From 9a69dee87380bd209a77035d5171c0b971892c6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:46:58 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 5d5d22a --- .github/workflows/app-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-build.yaml b/.github/workflows/app-build.yaml index 00962c4..76f2143 100644 --- a/.github/workflows/app-build.yaml +++ b/.github/workflows/app-build.yaml @@ -28,7 +28,7 @@ jobs: - name: Create publish bundle run: mkdir -p build/gh-app-publish/; find app/build/ -iname "*.apk" -exec mv "{}" build/gh-app-publish/ \; - name: Upload artifacts - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4 with: name: build-artifacts retention-days: 14