Skip to content

Commit

Permalink
Merge pull request #555 from akkinoc/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5.3.1

Chore(deps): Bump codecov/codecov-action from 5.3.0 to 5.3.1
  • Loading branch information
akkinoc authored Jan 27, 2025
2 parents a4bd0aa + 1a7e71c commit 4d1d856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
run: mvn -B -Dlogback-access-spring-boot-starter.version=${{ env.PROJECT_VERSION }} clean install
working-directory: examples/webflux-undertow-java
- name: Upload the coverage report to Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4d1d856

Please sign in to comment.