diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3c02b6..25b2317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: report-title: Unit Tests - ${{ matrix.os == 'ubuntu-latest' && 'Linux' || 'Windows' }} - Python ${{ matrix.python-version }} custom-arguments: --cov=metalearners --cov-report=xml --cov-report term-missing --color=yes - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: Quantco/metalearners diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 50f0632..5695e01 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.head_ref }} fetch-depth: 0 - name: Build conda package - uses: quantco/rattler-build-action@v0.8.7 + uses: quantco/rattler-build-action@v0.8.10 with: quetz-api-key: ${{ secrets.QUETZ_API_KEY }} upload-quetz: ${{ startsWith(github.ref, 'refs/tags/') }}