diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13bce53..d6a655a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: run: go test -v -coverprofile=coverage.txt -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.txt