diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index d9bdbd5..acd054e 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -27,6 +27,6 @@ jobs: - name: Run Coverage Pytest run: pytest --cov=./ --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file