Skip to content

Commit 2dc32c1

Browse files
chore(deps): update codecov/codecov-action action to v4.5.0 (#5763)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | minor | `v4.4.1` -> `v4.5.0` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v4.5.0`](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-go-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6692488 commit 2dc32c1

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
@@ -86,7 +86,7 @@ jobs:
8686
cp coverage.txt $TEST_RESULTS
8787
cp coverage.html $TEST_RESULTS
8888
- name: Upload coverage report
89-
uses: codecov/codecov-action@v4.4.1
89+
uses: codecov/codecov-action@v4.5.0
9090
env:
9191
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9292
with:
@@ -160,7 +160,7 @@ jobs:
160160
find . -name 'coverage.html' > "${TEST_RESULTS}/coverage.lst"
161161
tar -n -cf - -T "${TEST_RESULTS}/coverage.lst" | tar -C "${TEST_RESULTS}" -xvf -
162162
- name: Upload coverage report
163-
uses: codecov/codecov-action@v4.4.1
163+
uses: codecov/codecov-action@v4.5.0
164164
if: hashFiles('coverage.out') != ''
165165
with:
166166
file: ./coverage.out

0 commit comments

Comments
 (0)