diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d09067..e416b8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: LIZARD_URL: ${{ secrets.LIZARD_URL }} - name: Upload coverage reports - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 if: matrix.ruby-version == '4.0' with: files: ./coverage/.resultset.json