diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 80432b8..1e0ee00 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@v6.0.1 + uses: codecov/codecov-action@v7.0.0 with: file: ./coverage.xml - name: Test Wheel install and import