Skip to content

Commit da2949b

Browse files
build(deps): bump codecov/codecov-action from 3.1.5 to 4.1.0 (open-telemetry#5022)
* build(deps): bump codecov/codecov-action from 3.1.5 to 4.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.5...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add token flag --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <[email protected]>
1 parent 916d5f2 commit da2949b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,12 @@ jobs:
9292
cp coverage.txt $TEST_RESULTS
9393
cp coverage.html $TEST_RESULTS
9494
- name: Upload coverage report
95-
uses: codecov/codecov-action@v3.1.5
95+
uses: codecov/codecov-action@v4.1.0
9696
with:
9797
file: ./coverage.txt
9898
fail_ci_if_error: true
9999
verbose: true
100+
token: ${{ secrets.CODECOV_TOKEN }}
100101
- name: Store coverage test output
101102
uses: actions/upload-artifact@v4
102103
with:

0 commit comments

Comments
 (0)