diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index 5a3766f..7d61ccf 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -61,7 +61,7 @@ jobs: run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: directory: ./api files: ./coverage.out