diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1491fed7..8da5df60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,10 +82,11 @@ jobs: run: make test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v4 with: files: ./coverage.out verbose: true + version: v0.8.0 token: ${{ secrets.CODECOV_TOKEN }} slug: linode/linode-cloud-controller-manager