diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6b5c802..7cd4c3d 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@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml - name: Test Wheel build, install and import