diff --git a/.github/workflows/ci-cassandra.yml b/.github/workflows/ci-cassandra.yml index c5fb4e18b57..7757fee3bef 100644 --- a/.github/workflows/ci-cassandra.yml +++ b/.github/workflows/ci-cassandra.yml @@ -49,7 +49,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: file: cover.out verbose: true diff --git a/.github/workflows/ci-elasticsearch.yml b/.github/workflows/ci-elasticsearch.yml index 6c8ac745ffa..13469abd77c 100644 --- a/.github/workflows/ci-elasticsearch.yml +++ b/.github/workflows/ci-elasticsearch.yml @@ -64,7 +64,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: cover.out,cover-index-cleaner.out,cover-index-rollover.out verbose: true diff --git a/.github/workflows/ci-grpc-badger.yml b/.github/workflows/ci-grpc-badger.yml index a7d16f80853..83bb4e7a7e8 100644 --- a/.github/workflows/ci-grpc-badger.yml +++ b/.github/workflows/ci-grpc-badger.yml @@ -40,7 +40,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: cover.out,cover-badger.out verbose: true diff --git a/.github/workflows/ci-kafka.yml b/.github/workflows/ci-kafka.yml index 8c2ae7b8f40..faf9e913f26 100644 --- a/.github/workflows/ci-kafka.yml +++ b/.github/workflows/ci-kafka.yml @@ -41,7 +41,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: cover.out verbose: true diff --git a/.github/workflows/ci-opensearch.yml b/.github/workflows/ci-opensearch.yml index c4ea3a415d7..6ccdcf273a3 100644 --- a/.github/workflows/ci-opensearch.yml +++ b/.github/workflows/ci-opensearch.yml @@ -58,7 +58,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: cover.out,cover-index-cleaner.out,cover-index-rollover.out verbose: true diff --git a/.github/workflows/ci-unit-tests.yml b/.github/workflows/ci-unit-tests.yml index 2cdd0b7f2ee..4351cae4f31 100644 --- a/.github/workflows/ci-unit-tests.yml +++ b/.github/workflows/ci-unit-tests.yml @@ -64,7 +64,7 @@ jobs: uses: ./.github/actions/setup-codecov - name: Upload coverage to codecov - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: file: cover.out verbose: true