From adf2c93d7aae4c810ee0701993bc27b00ec2393a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 20:11:57 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.3.1 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Android-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index 76c04e2..05ef0a3 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -23,7 +23,7 @@ jobs: - name: Build with Gradle run: ./gradlew assembleDebug lint testDebugUnitTest - name: Archive Lint report - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3 with: name: Lint-report path: sample/build/reports/lint-results.html \ No newline at end of file