diff --git a/.github/workflows/merge-to-master.yaml b/.github/workflows/merge-to-master.yaml index 1eaf6b9001..69be570f08 100644 --- a/.github/workflows/merge-to-master.yaml +++ b/.github/workflows/merge-to-master.yaml @@ -66,7 +66,7 @@ jobs: make test - name: Upload Code Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: cover.out verbose: true diff --git a/.github/workflows/merge-to-release-branch.yaml b/.github/workflows/merge-to-release-branch.yaml index 98a013bbcc..c6a29045a8 100644 --- a/.github/workflows/merge-to-release-branch.yaml +++ b/.github/workflows/merge-to-release-branch.yaml @@ -62,7 +62,7 @@ jobs: make test - name: Upload Code Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: cover.out verbose: true diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 16bb1b010e..f75b1c7beb 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -58,7 +58,7 @@ jobs: make test - name: Upload Code Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: cover.out verbose: true