Skip to content

Commit 57f6b96

Browse files
dependabot[bot]cicoyleartursouzasalaboy
authored
Bump codecov/codecov-action from 4.1.0 to 4.4.1 (#1047)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.4.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.1.0...v4.4.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cassie Coyle <[email protected]> Co-authored-by: Artur Souza <[email protected]> Co-authored-by: salaboy <[email protected]>
1 parent c1ee141 commit 57f6b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Unit tests
115115
run: ./mvnw test # making it temporarily verbose.
116116
- name: Codecov
117-
uses: codecov/codecov-action@v4.1.0
117+
uses: codecov/codecov-action@v4.4.1
118118
- name: Install jars
119119
run: ./mvnw install -q -B -DskipTests
120120
- name: Integration tests using spring boot version ${{ matrix.spring-boot-version }}

0 commit comments

Comments
 (0)