diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a33d82..0ba7ace 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: python -m pip install --upgrade .[test] python -m pytest --cov=daq2lh5 --cov-report=xml - name: Upload Coverage to codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 build-docs: name: Build documentation