Skip to content

Commit cb51d32

Browse files
authored
Merge pull request #522 from akkinoc/dependabot/github_actions/codecov/codecov-action-5.1.1
Chore(deps): Bump codecov/codecov-action from 5.0.7 to 5.1.1
2 parents f30aab5 + 6992b98 commit cb51d32

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

0 commit comments

Comments
 (0)