From d0f3dce070b5530644e75b82c199eefb29abf969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 11:02:11 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.0.3 to 3.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 3.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.0.3...v3.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-ci.yaml b/.github/workflows/workflow-ci.yaml index 4f62084c..23bd0299 100644 --- a/.github/workflows/workflow-ci.yaml +++ b/.github/workflows/workflow-ci.yaml @@ -37,7 +37,7 @@ jobs: mvn $MAVEN_CLI_OPTS -P CI,scala-${{ matrix.scala }} -Dspark.version=${{ matrix.spark }} -Dhadoop.version=${{ matrix.hadoop }} clean verify site rm -rf ~/.m2/repository/io/github/phymbert - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2.0.3 + uses: codecov/codecov-action@v3.1.1 if: '!matrix.skip' with: flags: unit-tests-spark_${{ matrix.spark }}_${{ matrix.scala }}