diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 852fff5..6cb44e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: pytest --cov=meshcore_hub --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() with: files: ./coverage.xml