diff --git a/.github/workflows/unit-integration-tests.yml b/.github/workflows/unit-integration-tests.yml index 03e049f1..3899a097 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@v4 + uses: codecov/codecov-action@v5 with: ## Repository upload token - get it from codecov.io. Required only for private repositories token: ${{ secrets.CODECOV_TOKEN }}