diff --git a/.github/workflows/go-coverage.yml b/.github/workflows/go-coverage.yml index d0d8e1f7..5657b360 100644 --- a/.github/workflows/go-coverage.yml +++ b/.github/workflows/go-coverage.yml @@ -18,6 +18,6 @@ jobs: - name: Run go test with coverage run: COVER_PROFILE=coverage.txt make test - name: Codecov upload - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.4.2 with: files: ./cover.out