diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d967c0..4e09a5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: pytest tests/ --cov=opennms_api_wrapper --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml