From 5a3c463a37ad252a6be212296d55382641e8a2fc Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:32:56 +0100 Subject: [PATCH] ci: update to codecov/codecov-action@v4 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/.test.yml | 6 +++--- .github/workflows/.windows.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index f18b4d9875..67599cca2d 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -57,7 +57,7 @@ jobs: tree -nh /tmp/reports - name: Send to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: ./bundles env_vars: RUNNER_OS @@ -252,7 +252,7 @@ jobs: curl -sSLf localhost:16686/api/traces?service=integration-test-client > $reportsPath/jaeger-trace.json - name: Send to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: ./bundles/test-integration env_vars: RUNNER_OS @@ -390,7 +390,7 @@ jobs: curl -sSLf localhost:16686/api/traces?service=integration-test-client > $reportsPath/jaeger-trace.json - name: Send to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: ./bundles/test-integration env_vars: RUNNER_OS diff --git a/.github/workflows/.windows.yml b/.github/workflows/.windows.yml index 6f377187ba..f021d5ca12 100644 --- a/.github/workflows/.windows.yml +++ b/.github/workflows/.windows.yml @@ -176,7 +176,7 @@ jobs: - name: Send to Codecov if: inputs.send_coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: working-directory: ${{ env.GOPATH }}\src\github.com\docker\docker directory: bundles @@ -449,7 +449,7 @@ jobs: - name: Send to Codecov if: inputs.send_coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: working-directory: ${{ env.GOPATH }}\src\github.com\docker\docker directory: bundles