diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e046de..1be9608 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,6 @@ jobs: go-version: ">=1.20" check-latest: true - run: make integration-test - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: file: ./coverage.txt