Skip to content

Commit c2a99a4

Browse files
authored
Merge pull request #524 from akkinoc/dependabot/github_actions/codecov/codecov-action-5.1.2
Chore(deps): Bump codecov/codecov-action from 5.1.1 to 5.1.2
2 parents 3409d0d + c49a3fb commit c2a99a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
run: mvn -B -Dlogback-access-spring-boot-starter.version=${{ env.PROJECT_VERSION }} clean install
4444
working-directory: examples/webflux-undertow-java
4545
- name: Upload the coverage report to Codecov
46-
uses: codecov/[email protected].1
46+
uses: codecov/[email protected].2
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)