From 852892f63d62e5f5a60171700839902bc1bddd93 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 May 2022 16:00:57 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3.1.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c11518f2..ab87bef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: (Fail-only) Upload test report if: failure() - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.0 with: name: Test report path: android/build/reports