Skip to content

Commit 1695253

Browse files
Bump codecov/codecov-action from 4 to 5 (open-telemetry#3143)
* Bump codecov/codecov-action from 4 to 5 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 ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Alff <[email protected]>
1 parent a5db7e5 commit 1695253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,9 +876,9 @@ jobs:
876876
CXX: /usr/bin/g++-10
877877
run: ./ci/do_ci.sh code.coverage
878878
- name: upload report
879-
uses: codecov/codecov-action@v4
879+
uses: codecov/codecov-action@v5
880880
with:
881-
file: /home/runner/build/coverage.info
881+
files: /home/runner/build/coverage.info
882882

883883
markdown-lint:
884884
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)