Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Nov 23, 2024
1 parent 1ade261 commit 80c00b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: mvn -B -f examples/pom.xml package
- name: Build spring-boot
run: mvn -B -f spring-boot-example/pom.xml package
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
file: target/site/jacoco/jacoco.xml
name: codecov

0 comments on commit 80c00b4

Please sign in to comment.