diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index ef95fa9..92eea42 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -20,7 +20,7 @@ jobs: - name: Run go tests and generate coverage report run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt