Skip to content

Commit 5853a06

Browse files
Update codecov/codecov-action action to v3 (#2513)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d1a39d5 commit 5853a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: mvn install -DskipTests=true -DskipITs=true -Darchetype.test.skip=true -Dmaven.javadoc.skip=true --batch-mode --show-version --toolchains .github/workflows/.toolchains.xml
7878
- name: Test (Coverage)
7979
run: mvn jacoco:prepare-agent verify jacoco:report --toolchains .github/workflows/.toolchains.xml
80-
- uses: codecov/codecov-action@v2
80+
- uses: codecov/codecov-action@v3
8181
with:
8282
fail_ci_if_error: true
8383
verbose: true

0 commit comments

Comments
 (0)