diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f7c7c5..b261f16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Run tests run: richgo test -race -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic -timeout 20m -v ./... - name: Send coverage - uses: codecov/codecov-action@v4.0.2 + uses: codecov/codecov-action@v4.1.0 with: files: coverage.txt - name: Build with Goreleaser