diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21d6d18c..6146c728 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -121,7 +121,7 @@ jobs: make test-coverage-report - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: directory: ./test-reports/coverage/ fail_ci_if_error: true