diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0358a4e..f4c1135 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,6 +51,6 @@ jobs: run: python -m pytest tests --cov=pennylane_honeywell --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native - name: Upload coverage to Codecov if: steps.filter.outputs.honeywell == 'true' - uses: codecov/codecov-action@v1.0.12 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml