From 6fbf00059f9b4f5b22a6d9cef896c5e8624f7880 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 01:56:44 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/ci-release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release-artifacts.yml b/.github/workflows/ci-release-artifacts.yml index 759432f4..325cba93 100644 --- a/.github/workflows/ci-release-artifacts.yml +++ b/.github/workflows/ci-release-artifacts.yml @@ -48,7 +48,7 @@ jobs: run: ./gradlew bundle - name: Upload Release Bundle - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release-aab path: app/build/outputs/bundle/release/app-release.aab