Skip to content

Commit

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

Chore(deps): Bump codecov/codecov-action from 5.1.1 to 5.1.2
  • Loading branch information
akkinoc authored Dec 19, 2024
2 parents 3409d0d + c49a3fb commit c2a99a4
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/codecov-action@v5.1.1
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c2a99a4

Please sign in to comment.