From 633f984407be6482ea6f443110f9274b1b5998ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 05:32:19 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1.4.1 to 3.1.4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.4.1 to 3.1.4. - [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/v1.4.1...v3.1.4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-deploy-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-deploy-snapshot.yml b/.github/workflows/maven-deploy-snapshot.yml index a468ff0..000c5f3 100644 --- a/.github/workflows/maven-deploy-snapshot.yml +++ b/.github/workflows/maven-deploy-snapshot.yml @@ -34,7 +34,7 @@ jobs: run: mvn deploy -ntp -fae --file pom.xml --settings settings.xml - name: Publish Test Reports - uses: codecov/codecov-action@v1.4.1 + uses: codecov/codecov-action@v3.1.4 - name: Run codacy-coverage-reporter uses: codacy/codacy-coverage-reporter-action@1.0.1