Skip to content

Commit 71dfe4f

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
dependabot: bump codecov/codecov-action from 4 to 5 (#1369) (#1370)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... (cherry picked from commit 37d755a) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c86f541 commit 71dfe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_build_multi_platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
./gradlew build -x spotlessJava
124124
# coverage.gradle is only applied in single local node test
125125
- name: Upload Coverage Report
126-
uses: codecov/codecov-action@v4
126+
uses: codecov/codecov-action@v5
127127
env:
128128
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
129129
with:

0 commit comments

Comments
 (0)