From 67093a66d3085832adcf370c8a03d9f3695af113 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 08:10:58 +0530 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 (#376) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index ebacf176..c1a00bf7 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -50,7 +50,7 @@ jobs: run: bash ./gradlew assembleProductionDebug - name: 🚀 Upload APK to Artifiacts 📱 - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: app path: app/build/outputs/apk/production/debug/*.apk