diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 894a3b0d..50d3db87 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.1.1 + uses: codecov/codecov-action@v4.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage