From 4ec0b439248a64ec5c993938d2bbfae19f44da71 Mon Sep 17 00:00:00 2001 From: Chuck Smith Date: Wed, 20 May 2026 18:50:11 -0400 Subject: [PATCH] chore: update codecov-action to v6 to resolve Node.js 20 deprecation warning rubygems/release-gem@v1.2.0 internally pins older action versions; those warnings remain until the rubygems team ships an update. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 081b2f7..e1713e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.ruby == '3.4' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false