Skip to content

Commit 7933733

Browse files
authored
Merge pull request #541 from akkinoc/dependabot/github_actions/codecov/codecov-action-5.2.0
Chore(deps): Bump codecov/codecov-action from 5.1.2 to 5.2.0
2 parents c2a99a4 + ab29477 commit 7933733

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/codecov-action@v5.1.2
46+
uses: codecov/codecov-action@v5.2.0
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)