diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7eb88a..00632e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: run: go tool cover -html=coverage.out -o coverage.html - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: file: ./coverage.out flags: unittests