diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3dd6bd6..e710068 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,6 +56,6 @@ jobs: pytest --cov --cov-report xml:coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.2.0 with: token: ${{ secrets.CODECOV_TOKEN }}