diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8f33629..623c8f7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -38,7 +38,7 @@ jobs: - name: Run linter and tests run: make test-ci - name: Update code coverage - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 with: flags: unittests fail_ci_if_error: true # optional (default = false)