diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a55f5a..87c03ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: go test -timeout=10m -run="Performance|Concurrent|LargeDataset" ./tests/unit/ -v || echo "Performance tests failed (expected in CI)" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: success() && hashFiles('coverage.out') != '' with: file: ./coverage.out