From 857cf46609cd8c4777ad8fbf65ba9e7bf59cfc76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:31:42 +0100 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#4055) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/onPush.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/onPush.yml b/.github/workflows/onPush.yml index 67a7b4edc..58e48b289 100644 --- a/.github/workflows/onPush.yml +++ b/.github/workflows/onPush.yml @@ -79,7 +79,7 @@ jobs: ./gradlew :automotive:assembleRelease - name: Archive Build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: ./**/*.apk diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 209029f54..65d1a05c6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -121,6 +121,6 @@ jobs: fi - name: Archive Debug Build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: ./**/*.apk