From 9c57d0583ed766cdde9b89b8232d8648159eef47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 16:07:16 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3.1.1 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v3.1.0 | v3.1.1 | --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 80100053..e4a0e054 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -44,4 +44,4 @@ jobs: run: ./gradlew jacocoTestReport --warning-mode all --stacktrace - name: Upload Test Report - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1