diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 72b713d3c..35242b061 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -169,6 +169,6 @@ jobs: 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