diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab58120a5..f1547249c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: run: go tool cover -html=coverage.out -o coverage.html - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 continue-on-error: true with: file: ./coverage.out