diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2327a6d1..3e4552da 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.3.1 + uses: codecov/codecov-action@v4.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage