diff --git a/.github/workflows/healthchecks_arangodb_ci.yml b/.github/workflows/healthchecks_arangodb_ci.yml index 0c1a1fdb90..982f4581d9 100644 --- a/.github/workflows/healthchecks_arangodb_ci.yml +++ b/.github/workflows/healthchecks_arangodb_ci.yml @@ -67,7 +67,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: ArangoDb directory: .coverage diff --git a/.github/workflows/healthchecks_consul_ci.yml b/.github/workflows/healthchecks_consul_ci.yml index d4a11ffabe..5487d3a810 100644 --- a/.github/workflows/healthchecks_consul_ci.yml +++ b/.github/workflows/healthchecks_consul_ci.yml @@ -67,7 +67,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: Consul directory: .coverage diff --git a/.github/workflows/healthchecks_elasticsearch_ci.yml b/.github/workflows/healthchecks_elasticsearch_ci.yml index 680562c06f..5931aa941b 100644 --- a/.github/workflows/healthchecks_elasticsearch_ci.yml +++ b/.github/workflows/healthchecks_elasticsearch_ci.yml @@ -69,7 +69,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: Elasticsearch directory: .coverage diff --git a/.github/workflows/healthchecks_eventstore_ci.yml b/.github/workflows/healthchecks_eventstore_ci.yml index 9301c75cc1..c4a65590ae 100644 --- a/.github/workflows/healthchecks_eventstore_ci.yml +++ b/.github/workflows/healthchecks_eventstore_ci.yml @@ -70,7 +70,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: EventStore directory: .coverage diff --git a/.github/workflows/healthchecks_eventstore_grpc_ci.yml b/.github/workflows/healthchecks_eventstore_grpc_ci.yml index ee1c233c6f..6f34d422f6 100644 --- a/.github/workflows/healthchecks_eventstore_grpc_ci.yml +++ b/.github/workflows/healthchecks_eventstore_grpc_ci.yml @@ -69,7 +69,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: EventStore.gRPC directory: .coverage diff --git a/.github/workflows/healthchecks_gremlin_ci.yml b/.github/workflows/healthchecks_gremlin_ci.yml index abd3e465eb..a0706f5c98 100644 --- a/.github/workflows/healthchecks_gremlin_ci.yml +++ b/.github/workflows/healthchecks_gremlin_ci.yml @@ -69,7 +69,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: Gremlin directory: .coverage diff --git a/.github/workflows/healthchecks_ibmmq_ci.yml b/.github/workflows/healthchecks_ibmmq_ci.yml index 096e38361c..074ac3b14f 100644 --- a/.github/workflows/healthchecks_ibmmq_ci.yml +++ b/.github/workflows/healthchecks_ibmmq_ci.yml @@ -72,7 +72,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: IbmMQ directory: .coverage diff --git a/.github/workflows/healthchecks_influxdb_ci.yml b/.github/workflows/healthchecks_influxdb_ci.yml index 1e554c42b5..e27ec8b67d 100644 --- a/.github/workflows/healthchecks_influxdb_ci.yml +++ b/.github/workflows/healthchecks_influxdb_ci.yml @@ -69,7 +69,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: InfluxDB directory: .coverage diff --git a/.github/workflows/healthchecks_nats_ci.yml b/.github/workflows/healthchecks_nats_ci.yml index 69853fd915..928c4852b8 100644 --- a/.github/workflows/healthchecks_nats_ci.yml +++ b/.github/workflows/healthchecks_nats_ci.yml @@ -68,7 +68,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: Nats directory: .coverage diff --git a/.github/workflows/healthchecks_openidconnectserver_ci.yml b/.github/workflows/healthchecks_openidconnectserver_ci.yml index bb95f3a3fd..de330db7bb 100644 --- a/.github/workflows/healthchecks_openidconnectserver_ci.yml +++ b/.github/workflows/healthchecks_openidconnectserver_ci.yml @@ -66,7 +66,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: OpenIdConnectServer directory: .coverage diff --git a/.github/workflows/healthchecks_oracle_ci.yml b/.github/workflows/healthchecks_oracle_ci.yml index 9a76ff5503..745115e220 100644 --- a/.github/workflows/healthchecks_oracle_ci.yml +++ b/.github/workflows/healthchecks_oracle_ci.yml @@ -68,7 +68,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: Oracle directory: .coverage diff --git a/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml b/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml index 1c2c44d929..af212c7109 100644 --- a/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml +++ b/.github/workflows/healthchecks_publisher_cloudwatch_ci.yml @@ -63,7 +63,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: Publisher.CloudWatch directory: .coverage diff --git a/.github/workflows/healthchecks_ui_ci.yml b/.github/workflows/healthchecks_ui_ci.yml index bb895564b4..8d648e84d4 100644 --- a/.github/workflows/healthchecks_ui_ci.yml +++ b/.github/workflows/healthchecks_ui_ci.yml @@ -152,7 +152,7 @@ jobs: DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: UI directory: .coverage diff --git a/.github/workflows/reusable_ci_workflow.yml b/.github/workflows/reusable_ci_workflow.yml index c0480d7069..d333252e55 100644 --- a/.github/workflows/reusable_ci_workflow.yml +++ b/.github/workflows/reusable_ci_workflow.yml @@ -47,7 +47,7 @@ jobs: -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: ${{inputs.CODECOV_FLAGS}} directory: .coverage