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