diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4da14add4..3d858a7b9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -167,7 +167,7 @@ jobs: pytest - name: Codecov - coverage - uses: codecov/codecov-action@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Codecov - test results