diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7bd78d..012f0a3 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@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage