From dec0a6864abb3711039d2fd07f5724ce66ce7c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 15:27:15 +0200 Subject: [PATCH] ci(deps): bump codecov/codecov-action from v1.2.1 to v1.2.2 (#236) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.2.1 to v1.2.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.2.1...1f8f3abcccf7960749744fd13547965f0e7d1bdd) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr_build.yml | 2 +- .github/workflows/pre_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index b734f188..9cc673e6 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -82,7 +82,7 @@ jobs: name: coverage-report - name: Push to codecov - uses: codecov/codecov-action@v1.2.1 + uses: codecov/codecov-action@v1.2.2 with: file: jacoco.xml flags: unittests diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index ff843743..5275a4fc 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -40,7 +40,7 @@ jobs: title: latest - name: Push to CodeCov - uses: codecov/codecov-action@v1.2.1 + uses: codecov/codecov-action@v1.2.2 with: file: lambda/target/site/jacoco/jacoco.xml flags: unittests