From f99f4c5db5e169fc120e37252820f3d78176156a Mon Sep 17 00:00:00 2001 From: Janos Laszlo Vasik Date: Thu, 13 Feb 2025 16:20:03 +0100 Subject: [PATCH] chore(GitHub): bump CodeCov --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e28a2c56..4d9f56503 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,11 +141,11 @@ jobs: RUBY_YJIT_ENABLE: 1 run: bin/rake spec - name: Upload code coverage from RSpec - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.3.1 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} - version: v9.0.4 + version: v10.0.1 - name: Run minitest tests env: HOSTNAME: rails @@ -159,11 +159,11 @@ jobs: RUBY_YJIT_ENABLE: 1 run: bin/rake test - name: Upload code coverage from minitest - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.3.1 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} - version: v9.0.4 + version: v10.0.1 migration-robustness: runs-on: ubuntu-latest services: