Skip to content

Commit 80c00b4

Browse files
authored
Update maven.yml
1 parent 1ade261 commit 80c00b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: mvn -B -f examples/pom.xml package
5656
- name: Build spring-boot
5757
run: mvn -B -f spring-boot-example/pom.xml package
58-
- uses: codecov/codecov-action@v3
58+
- uses: codecov/codecov-action@v5
5959
with:
6060
file: target/site/jacoco/jacoco.xml
6161
name: codecov

0 commit comments

Comments
 (0)