diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0227db7a..5b0e14dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: run: go test -v -coverprofile=coverage -covermode=atomic ./... - name: Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage