diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 7c4d7c9..9e354db 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -38,7 +38,7 @@ jobs: pip install ${{ matrix.pymc-version }} pytest --cov=./bletl --cov-report xml --cov-report term-missing tests/ - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml - name: Test Wheel build, install and import