diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 90cf0fd8..9f639faa 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -129,6 +129,6 @@ jobs: uv --no-progress run -- pytest - name: Codecov upload - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file