diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca64a28..30727e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: go test -race -coverprofile=coverage.out ./... - name: Upload coverage report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage.out