diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e14486a..9795fb0 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@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file