diff --git a/.github/workflows/healthchecks_eventstore_ci.yml b/.github/workflows/healthchecks_eventstore_ci.yml index 9b2dc2baac..599139b016 100644 --- a/.github/workflows/healthchecks_eventstore_ci.yml +++ b/.github/workflows/healthchecks_eventstore_ci.yml @@ -69,7 +69,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: EventStore directory: .coverage diff --git a/.github/workflows/healthchecks_qdrant_ci.yml b/.github/workflows/healthchecks_qdrant_ci.yml index 5ebc3260b5..49d59cbfef 100644 --- a/.github/workflows/healthchecks_qdrant_ci.yml +++ b/.github/workflows/healthchecks_qdrant_ci.yml @@ -67,7 +67,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: Qdrant directory: .coverage