diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cd69e1e90..2ff184dce 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -83,7 +83,7 @@ jobs: - name: Test with Pytest run: make test - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}