diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e61bd3..65a9b38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.node-version == '22' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: Dayclone/opencode-on-autopilot