diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3e219da..6103e6c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -40,7 +40,7 @@ jobs: - name: Run linter and tests run: make test-ci - name: Update code coverage - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: flags: unittests fail_ci_if_error: true # optional (default = false)