diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e715ef5b2..173dd037a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,6 +71,6 @@ jobs: COVERAGE: true - name: upload coverage report to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage/lcov.info