Skip to content

Commit

Permalink
Merge pull request #3404 from KouShenhai/renovate/codecov-codecov-act…
Browse files Browse the repository at this point in the history
…ion-5.x

chore(deps): update codecov/codecov-action action to v5.2.0
  • Loading branch information
KouShenhai authored Jan 22, 2025
2 parents 2a37635 + c39718a commit 45c13ee
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 @@ -26,7 +26,7 @@ jobs:
- name: Test with Maven
run: mvn clean test -P prod
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 45c13ee

Please sign in to comment.