diff --git a/.github/workflows/unit-integration-tests.yml b/.github/workflows/unit-integration-tests.yml index 1d48ec96..e78af164 100644 --- a/.github/workflows/unit-integration-tests.yml +++ b/.github/workflows/unit-integration-tests.yml @@ -53,7 +53,7 @@ jobs: run: make test - name: Upload Codecov report - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: ## Repository upload token - get it from codecov.io. Required only for private repositories token: ${{ secrets.CODECOV_TOKEN }}