From 13fbf00a97adf712d67c05c7a5318c32ada32ff3 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Wed, 13 May 2026 10:48:51 -0400 Subject: [PATCH] Update codecov-action to v6 (#39019) --- .github/workflows/test-ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index b8ff18fc0f9..90c9dc89370 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -167,7 +167,7 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.ruby-version == '.ruby-version' - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 with: files: coverage/lcov/*.lcov env: