diff --git a/.github/workflows/unit-integration-tests.yml b/.github/workflows/unit-integration-tests.yml index 90aba732..03e049f1 100644 --- a/.github/workflows/unit-integration-tests.yml +++ b/.github/workflows/unit-integration-tests.yml @@ -49,7 +49,7 @@ jobs: run: make test - name: Upload Codecov report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: ## Repository upload token - get it from codecov.io. Required only for private repositories token: ${{ secrets.CODECOV_TOKEN }}