diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index dd7cf55d9..46c625c9a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -55,6 +55,6 @@ jobs: # Convert coverage data to legacy textfmt format to upload go tool covdata textfmt -i=coverage/unit,coverage/int,coverage/int2 -o=coverage.txt - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: ./coverage.txt