diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index febde4e..924c69e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -31,7 +31,7 @@ jobs: run: | pytest --cov=./robotools --cov-report xml --cov-report term-missing robotools - name: Upload coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: file: ./coverage.xml - name: Test Wheel install and import