diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34fcc09d..45c381f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Validate Documentation run: pnpm run docs - name: Publish Code Coverage Report - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && success() && matrix.node-version == '24.x' }} with: slug: gradientedge/cdk-utils