1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-30 21:20:04 +02:00

chore(deps): update codecov/codecov-action action to v5 (#5977)

This commit is contained in:
renovate[bot] 2024-11-14 21:19:19 +01:00 committed by GitHub
parent 61e9b35139
commit 128a6b8945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,11 +122,11 @@ jobs:
with:
pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }}
- name: Upload coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt
files: ./coverage.txt
verbose: true
compatibility-test: