From 13144b0ccf7d51ee8e90df0260142c07576598ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 08:08:12 +0000 Subject: [PATCH] ci(deps): bump codecov/codecov-action from v1.1.1 to v1.2.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.1.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.1.1...1f8f3abcccf7960749744fd13547965f0e7d1bdd) Signed-off-by: dependabot[bot] --- .github/workflows/pr_build.yml | 2 +- .github/workflows/pre_release.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 73e0f1e..a69b98a 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -81,7 +81,7 @@ jobs: name: coverage-report - name: Push to codecov - uses: codecov/codecov-action@v1.1.1 + uses: codecov/codecov-action@v1.2.2 with: file: jacoco.xml flags: unit-tests diff --git a/.github/workflows/pre_release.yml b/.github/workflows/pre_release.yml index 5723a8b..96c81d9 100644 --- a/.github/workflows/pre_release.yml +++ b/.github/workflows/pre_release.yml @@ -39,7 +39,7 @@ jobs: title: latest - name: Push to CodeCov - uses: codecov/codecov-action@v1.1.1 + uses: codecov/codecov-action@v1.2.2 with: file: target/site/jacoco/jacoco.xml flags: unit-tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94b6ed3..dd6363b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: prerelease: false - name: Push to CodeCov - uses: codecov/codecov-action@v1.1.1 + uses: codecov/codecov-action@v1.2.2 with: file: target/site/jacoco/jacoco.xml flags: unit-tests