diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f9cf6d..53df151 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: go test -v -race -coverprofile=coverage.out ./... - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.go-version == '1.25' with: files: coverage.out