diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce3dbdc0..26b2f7b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: python -m pip install --upgrade .[test] python -m pytest --cov=lgdo --cov-report=xml - name: Upload Coverage to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 build-docs: name: Build documentation