diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bf58dc..3de7205 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,7 @@ jobs: - name: Run plugin run: helm schema -help - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: unittests + token: ${{ secrets.CODECOV_TOKEN }}