From df1f68cf844fcb43669a2c8fe1bc45313c6ba695 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:50:32 +0000 Subject: [PATCH] Update codecov/codecov-action action to v3.1.5 --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 0a35843b..11c54494 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -21,7 +21,7 @@ jobs: - name: Build and test run: touch ./local.properties; ./gradlew build javadoc --no-daemon - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.5 check_links: runs-on: ubuntu-latest steps: