mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-18 03:22:12 +02:00
chore(deps): update codecov/codecov-action action to v5 (#5977)
This commit is contained in:
parent
61e9b35139
commit
128a6b8945
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -122,11 +122,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }}
|
pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }}
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: codecov/codecov-action@v4.6.0
|
uses: codecov/codecov-action@v5.0.0
|
||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
with:
|
with:
|
||||||
file: ./coverage.txt
|
files: ./coverage.txt
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
||||||
compatibility-test:
|
compatibility-test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user