diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8eb91699..597a289d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,4 +40,4 @@ jobs: fetch-depth: 2 - run: go test -race -tags=all -coverprofile=coverage.txt -covermode=atomic ./... - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4