diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a08f63f..656c733 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: cache: true - run: go test -race -covermode=atomic -coverprofile=coverage.out ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: ./coverage.out fail_ci_if_error: false